This package allows you to generate web project easily.
- Create a new project directory and go to it
$> mkdir my-project
$> cd my-project
$> npm init -y
$> npm i -D aurgil-webproject-tool
- 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