A utility for creating template projects.
Execute and install the package script using yarn v1 yarn create q-app or yarn berry yarn dlx create-q-app
After that, the script can also be executed with the create-q-app command or its shortcuts q or qapp (use the -h option to display the help)
Note: Only
yarnis supported at the moment.
Feel free to contribute to this project.
Required: git, yarn and nvm
- Clone this project: git clone https://github.com/rolule/q-appand 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)