pack
simple builder based webpack
install
npm i @redbuck/pack -g
usage
mkdir test && cd test
pack init test
pack dev
command
init
pack init <project-name> [template-name]
pack will fetch template from git.
if folder is not empty and not include sub folder that name same as project-name, program will mkdir by project-name.
if it`s empty and folder name is same as project-name, remote template will fill this folder.
dev
pack dev
start dev-server.