Misc Mikrotik configuration scripts using the API.
Needed some basic network automation tooling.
$ cd mt-scripts && npm install
$ cp example.hosts.json hosts.json
$ vim hosts.json # edit accordingly
$ ./bin/ensure-user.js hostname username group password 'ssh-rsa pubkeydata user@host'
MIT