Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/akuma/pangu-cli
A command line tool for pangu.js
https://github.com/akuma/pangu-cli
command-line pangu
Last synced: about 1 month ago
JSON representation
A command line tool for pangu.js
- Host: GitHub
- URL: https://github.com/akuma/pangu-cli
- Owner: akuma
- License: mit
- Created: 2016-10-23T02:54:21.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-06T11:34:55.000Z (over 7 years ago)
- Last Synced: 2024-11-08T08:07:59.228Z (2 months ago)
- Topics: command-line, pangu
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# pangu-cli
[![NPM version][npm-image]][npm-url]
[![Dependency Status][david-image]][david-url]
[![Dependency Status][david-dev-image]][david-dev-url][npm-image]: https://img.shields.io/npm/v/pangu-cli.svg
[npm-url]: https://npmjs.org/package/pangu-cli
[david-image]: https://david-dm.org/akuma/pangu-cli.svg
[david-url]: https://david-dm.org/akuma/pangu-cli
[david-dev-image]: https://david-dm.org/akuma/pangu-cli/dev-status.svg
[david-dev-url]: https://david-dm.org/akuma/pangu-cli#info=devDependencies> A command line tool for [pangu.js](https://github.com/vinta/pangu.js)
## Install
```sh
$ npm install -g pangu-cli
```## Usage
```sh
$ pangu --helpUsage: pangu [dest]
Typeset text which mixed Chinese and English
Options:
-h, --help output usage information
-V, --version output the version number
```## License
[MIT](LICENSE)