react-shortcuts-cli
Version:
A Smart way to create React Component Boilerplate which includes (jsx , css and test files) at one's fingertips
27 lines • 477 B
JSON
{
"name": "react-shortcuts-cli",
"version": "1.0.6",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"rs": "./bin/index.js",
"react-shortcuts": "./bin/index.js"
},
"author": "",
"license": "ISC",
"files": [
"bin/"
],
"keywords": [
"react",
"react-cli",
"cli",
"react-components",
"component-generator",
"build-tools",
"boilerplate"
]
}