gt-build-cli
v1.1.0
Published
gt-build-cli
Readme
Quickly generate front-end engineering scaffolding
npm install -g gt-build-cli
Create a new project with the following instructions:
gt-build init [name]
Go to the created directory and start webpack devServer via npm or yarn:
cd [name] npm run serve
