CLI Usage
The Quack.js CLI will create a project for you with options for TypeScript or JavaScript. To start, install the CLI globally via npm.
npm i @n-f9/quack.js-cli -g
After you have successfully installed the CLI. You may run the create project tool using npx.
npx create-quack-project
And boom, a project boilerplate will be created after a couple of questions. You will also to install node packages and edit a couple of files.
npm i
Last updated