0.3.3 • Published 6 years ago
react-files-generator v0.3.3
A CLI to create standard basic Components or Services for your React projects
Available Scripts
Install this dependency in your proyect using npm install react-files-generator
.
Then, in your project's package.json, add a script task with any name you want, and give it the command generator.
Now, you can run your task to start using the CLI.
e.g.
"scripts": {
"mytask": "generator
}
npm run mytask
Folders | Detail |
---|---|
Component | Create a folder with your choosen name (as well as the component's name). Inside you'll find an index.js, an index.test.js and a style.js file. This assume you're working with styled components library. |
Service | Create a folder with an index.js and an index.test.js file. |
0.3.3
6 years ago
0.3.2
6 years ago
0.3.1
6 years ago
0.3.0
6 years ago
0.2.9
6 years ago
0.2.8
6 years ago
0.2.6
6 years ago
0.2.5
6 years ago
0.2.4
6 years ago
0.2.3
6 years ago
0.2.2
6 years ago
0.2.1
6 years ago
0.2.0
6 years ago
0.1.9
6 years ago
0.1.8
6 years ago
0.1.7
6 years ago
0.1.6
6 years ago
0.1.5
6 years ago
0.1.4
6 years ago
0.1.3
6 years ago
0.1.2
6 years ago
0.1.1
6 years ago
1.0.0
6 years ago