Mikronode
MikroTik API client for NodeJS.
This is a fork of the original Mikronode that aims to modernize the codebase for ES2018 with no concern over backwards compatibility.
; async { try let device = '192.168.88.1'; let login = await device; let conn = await ; let chan = conn; chan; chan; catch e console; };
Contributing
Make sure to run yarn generate
before committing if you've changed src/parser.g
so that /src/parser.js
reflects any changes.