create-ziskare-qx
v1.1.5
Published
Create a new QX app with web, server, or Android-ready templates.
Downloads
631
Maintainers
Readme
create-ziskare-qx
Scaffold a new QX app from the terminal.
Usage
Create in the current folder:
npm create ziskare-qx .Create in a new folder:
npm create ziskare-qx my-appTemplates
basic-webweb-serverfull-stack-android
Non-interactive flags
npm create ziskare-qx my-app --template web-server --yes
npm create ziskare-qx my-app --template basic-web --no-installGenerated projects include:
- handbook files in
docs/ - bundled VSIX files for the QX VS Code extension
npm run vscode:installto install the bundled VSIX files on another laptop
Repository:
- https://github.com/ziskare-world/ZSX-Framework
