https://github.com/kjunichi/amesh-cli
Display Tokyo Amesh on your console.
https://github.com/kjunichi/amesh-cli
amesh
Last synced: 8 months ago
JSON representation
Display Tokyo Amesh on your console.
- Host: GitHub
- URL: https://github.com/kjunichi/amesh-cli
- Owner: kjunichi
- Created: 2015-12-09T01:01:39.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-13T03:13:06.000Z (about 7 years ago)
- Last Synced: 2025-02-07T17:25:15.153Z (over 1 year ago)
- Topics: amesh
- Language: JavaScript
- Size: 376 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# amesh-cli

## Installation
- OSX(Homebrew)
```
CXXFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" \
PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig \
npm install kjunichi/amesh-cli
```
- Other
```bash
npm install kjunichi/amesh-cli
```
## Usage
```
./node_module/.bin/amesh
```
### if you have npx command
```
npx kjunichi/amesh-cli
```
on macOS
```
PKG_CONFIG_PATH=/opt/X11/lib/pkgconfig npx kjunichi/amesh-cli
```