Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/pittan/wataridori

🐦 CLI for Importing emoji to esa.io
https://github.com/pittan/wataridori

Last synced: 5 days ago
JSON representation

🐦 CLI for Importing emoji to esa.io

Awesome Lists containing this project

README

        



Wataridori


🐦 CLI for Importing emoji to esa.io.



Mac OSX & Linux CI Status



GitHub License



Install |
How to use



Built with ❤︎ by
Amon Keishima



wataridori is a awesome CLI tool for importing emojis to esa.

Want more features? Please [open an issue](https://github.com/Pittan/wataridori/issues/new) or send pull request!

## Installation

```shell script
$ npm install -g wataridori
```

## How to use

### Upload single emoji
```shell script
# It will upload emoji as awesome
wataridori awesome.png -t XXXXXXX -a XXXXXXXXXX
```

### Upload emojis inside directory
```shell script
# list emoji
$ ls emojis
total 8
drwxr-xr-x 3 pittan 1140054205 96 9 29 18:35 .
drwx------+ 34 pittan 1140054205 1088 9 29 18:35 ..
-rw-r--r--@ 1 pittan 1140054205 2292 9 26 19:15 awesome.png
-rw-r--r--@ 1 pittan 1140054205 2292 9 26 19:15 kanzen_riaki.png

# Upload it...
wataridori emojis -t XXXXXXX -a XXXXXXXXXX
```

## License

MIT © [Amon Keishima](https://pittankopta.net)