furmly-cli
Version:
Command line interface for furmly
55 lines (31 loc) • 1.06 kB
Markdown
# Furmly-cli [](https://circleci.com/gh/furmly/furmly-cli)
Command line utility for
* search and locating furmly scaffold generators.
* scaffolding new furmly client (front-end) and furmly server (back-end) projects.
## Getting Started
### Prerequisites
node >= 10.0.0
```
npm install furmly-cli
```
### Installing
```
npm install -g furmly-cli
```
## Running the tests
```
npm test
```
## Built With
* [Commander](https://github.com/tj/commander.js) - For running commands.
* [Inquirer](https://github.com/SBoudrias/Inquirer.js) - Conversation management.
## Versioning
We use [SemVer](http://semver.org/) for versioning. For the versions available, see the [tags on this repository](https://github.com/your/project/tags).
## Authors
* **Chidi Onuekwusi** - *Initial work* - [Chidi Onuekwusi](https://github.com/chidionuekwusi)
## License
This project is licensed under the MIT License.
## Acknowledgments
* Hat tip to anyone whose code was used
* Inspiration
* etc