aurgil-webproject-tool
v1.5.14
Published
This package allows you to generate different web projects
Downloads
17
Readme
aurgil-webproject-tool
This package allows you to generate web project easily.
How to install
- Create a new project directory and go to it
$> mkdir my-project
$> cd my-project
$> npm init -y
$> npm i -D aurgil-webproject-tool
How to use
- To generate a webpack project
$> .\node_modules\.bin\aurgil-webproject-tool [name]
- Existing project names
- webpack -> A default webpack project
- kendo -> A default kendo project with webpack config
- react -> A default react project with webpack config