This package contains a script used to setup a cli-craft project. This script is also an example of how cli-craft can be used to create powerful clis with relatively low difficulty
-
Installation via npx (recommended)
npx create-cli-craft-app [options]
-
Installation via npm globally
npm install -g create-cli-craft-app
running the installed script
create-cli-craft-app [options]
This package is only meant for the project creation aspect of cli-craft, for further usage documentation, please refer to the cli-craft npm package