Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/pittan/wataridori
- Owner: Pittan
- License: mit
- Created: 2019-09-29T07:55:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T11:40:50.000Z (about 2 years ago)
- Last Synced: 2024-04-29T14:02:56.682Z (8 months ago)
- Language: JavaScript
- Homepage: https://note.mu/pittan/n/ncca05a91959f
- Size: 347 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Wataridori
🐦 CLI for Importing emoji to esa.io.
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)