A Yeoman generator to create Guick Projects.
Install Yeoman
and Guick Generator
:
npm install -g yo generator-guick
Initialize your project with guick generator
and answer the questions.
yo guick
Use the generated guick.json
to bootstrap your Guick Project.
And be happy! o/
Download guick source code
yo guick:source
guick:gen
to create project from guick.json
guick:prepare
to download backend and frontend dependencies of created projectMIT