0.1.2 • Published 3 years ago
create-q-app v0.1.2
Create Q App
A utility for creating template projects.
Usage
This will only work once published to npm:
- Install this package:
yarn global add q-app - Run the program using the
cqacommand or its shortcutq(use the-hoption to display the help)
Contributing
Feel free to contribute to this project.
Setup
Required: git, yarn and nvm
- Clone this project:
git clone ...and change into itcd q-app - Install dependencies:
yarn - Install used node version:
nvm install - Update
src/files or templates and runyarn buildto update thedist/script (yarn watchfor dev server)