Friendly "webpack" command line generator
npm install webpack-generator-aqlsh
npm i --save-dev webpack-generator-aql
`
> It should be noted that the optimal scenario will be a global installation to be able to use said command anywhere -g
Once the command is finished we will have at our disposal the wpg command in our preferred terminal.
`sh
Usage: wpg [options]
Options:
-h, --help display help for command
Commands:
init [options] [project-name] Initialize a new project
help [command] display help for command
`
This command contains the init action which spawns the project.
`sh
wpg init [project-name]
`
The init command contains the help options and the option to skip folder generation.
`sh
Usage: wpg init [options] [project-name]
Initialize a new project
Arguments:
project-name Name of the project
Options:
-f, --skipped-folder does not create folder
-h, --help display help for command
``