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.
After you have successfully installed the CLI. You may run the create project tool using npx.
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.
Last updated