Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thondery/kenote-react-cli
cli for react
https://github.com/thondery/kenote-react-cli
cli kenote react
Last synced: about 1 month ago
JSON representation
cli for react
- Host: GitHub
- URL: https://github.com/thondery/kenote-react-cli
- Owner: thondery
- License: mit
- Created: 2017-10-11T10:04:54.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-14T10:22:46.000Z (about 7 years ago)
- Last Synced: 2024-10-05T17:46:39.887Z (about 2 months ago)
- Topics: cli, kenote, react
- Language: JavaScript
- Size: 21.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kenote-react-cli
cli for react
[![NPM Version][npm-image]][npm-url]
[![NPM Downloads][downloads-image]][downloads-url]
[![dependencies Status][dependencies-image]][dependencies-url]
[![Gratipay][licensed-image]][licensed-url][npm-image]: https://img.shields.io/npm/v/kenote-react-cli.svg
[npm-url]: https://www.npmjs.org/package/kenote-react-cli
[downloads-image]: https://img.shields.io/npm/dm/kenote-react-cli.svg
[downloads-url]: https://npmjs.org/package/kenote-react-cli
[dependencies-image]: https://david-dm.org/thondery/kenote-react-cli/status.svg
[dependencies-url]: https://david-dm.org/thondery/kenote-react-cli
[licensed-image]: https://img.shields.io/badge/license-MIT-blue.svg
[licensed-url]: https://github.com/thondery/kenote-react-cli/blob/master/LICENSE## Install
```bash
npm i -g kenote-react-cli
```## Commands
```bash
Usage: node-react [command] [options]Options:
-V, --version output the version number
-h, --help output usage informationCommands:
redux [options] redux toolkit ...
component [options] component toolkit ...
feature [options] feature toolkit ...
config set config
scaffold [options] scaffold toolkit ...
```## License
this repo is released under the [MIT License](https://github.com/thondery/kenote-react-cli/blob/master/LICENSE).