https://github.com/grindjs/example-cli
Example CLI tool built on Grind
https://github.com/grindjs/example-cli
Last synced: 10 months ago
JSON representation
Example CLI tool built on Grind
- Host: GitHub
- URL: https://github.com/grindjs/example-cli
- Owner: grindjs
- License: mit
- Created: 2018-03-10T20:27:25.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-05-22T21:11:41.000Z (over 4 years ago)
- Last Synced: 2025-01-10T16:14:13.733Z (11 months ago)
- Language: JavaScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Grind CLI Template
The Grind CLI Template is an example project for building CLI tools on [Grind](https://github.com/grindjs/grindjs).
## Installation
```bash
grind new --template=cli
```
> To learn how to setup the `grind` command, [check out the docs](https://grind.rocks/docs/master/guides/installation).
## Documentation
Full documentation for Grind is available on the [Grind website](https://grind.rocks/).
## License
Grind was created by [Shaun Harrison](https://github.com/shnhrrsn) and is made available under the [MIT license](LICENSE).