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
yarn
is 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-app
and change into itcd q-app
- Install dependencies:
yarn
- Install used node version:
nvm install
- Update
src/
files or templates and runyarn build
to update thedist/
script (yarn watch
for dev server)