💎 A CLI app of the text based script language for Misskey Pages
$ npm i -g misskey-em
The em
commands will be available.
Hint: For local installation, you can execute the em
commands by using npx
.
$ npm i misskey-em
$ npx em login
comming soon.
Please see a basic example below:
https://github.com/marihachi/EmeraldScript/tree/master/examples
$ em login
$ em build scriptFile.ems scriptFile.page.json
$ em publish scriptFile.page.json
Enjoy!
MIT