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

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.

Awesome Lists containing this project

README

          

# amesh-cli

![](https://pbs.twimg.com/media/CVvFu8DU8AA1k7u.jpg:large)

## 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
```