Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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