Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/marihachi/emeraldscript
:gem: A CLI app of the text based script language for Misskey Pages
https://github.com/marihachi/emeraldscript
alt-aiscript misskey misskey-pages nodejs
Last synced: 13 days ago
JSON representation
:gem: A CLI app of the text based script language for Misskey Pages
- Host: GitHub
- URL: https://github.com/marihachi/emeraldscript
- Owner: marihachi
- License: mit
- Created: 2019-05-04T07:27:31.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-22T05:21:58.000Z (almost 4 years ago)
- Last Synced: 2024-05-23T03:00:52.644Z (6 months ago)
- Topics: alt-aiscript, misskey, misskey-pages, nodejs
- Language: TypeScript
- Homepage:
- Size: 78.1 KB
- Stars: 8
- Watchers: 6
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# EmeraldScript
:gem: A CLI app of the text based script language for Misskey Pages## Installation
```
$ 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
```## Syntax of EmeraldScript
comming soon.Please see a basic example below:
https://github.com/marihachi/EmeraldScript/tree/master/examples## Usage
### 1. Log in to Misskey
```
$ em login
```### 2. Compile your EmeraldScript file
```
$ em build scriptFile.ems scriptFile.page.json
```### 3. Publish the page file to Misskey
```
$ em publish scriptFile.page.json
```Enjoy!
## License
MIT