0.3.3 • Published 5 years ago

react-files-generator v0.3.3

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

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

FoldersDetail
ComponentCreate 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.
ServiceCreate a folder with an index.js and an index.test.js file.
0.3.3

5 years ago

0.3.2

5 years ago

0.3.1

5 years ago

0.3.0

5 years ago

0.2.9

5 years ago

0.2.8

5 years ago

0.2.6

5 years ago

0.2.5

5 years ago

0.2.4

5 years ago

0.2.3

5 years ago

0.2.2

5 years ago

0.2.1

5 years ago

0.2.0

5 years ago

0.1.9

5 years ago

0.1.8

5 years ago

0.1.7

5 years ago

0.1.6

5 years ago

0.1.5

5 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

1.0.0

5 years ago