create-react-package-env
v1.0.8
Published
This is cli tool for generating environement with dev server that creates react package.
Maintainers
Readme
create-react-package-env
This is cli tool for generating environement with dev server that creates react package.
How to use
Run the following command for creating your package name environament.
$ create-react-package-env your-package-name
Some useful option
These option has to be specified after the package name
| option | for |
| ------------------------- | ------------------------------------------------- |
| -t or --typescript | creates project with typescript support |
| -o or -open | opens VS Code after project setup |
| -n or -npm | uses npm instead of yarn for modules installation |
| -si or --skip-install | skips installation of modules |
