create-cli-craft-app
v1.0.3
Published
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
Maintainers
Readme
CLI-Craft Project setup cli
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
Installation via npx (recommended)
npx create-cli-craft-app [options]Installation via npm globally
npm install -g create-cli-craft-apprunning the installed script
create-cli-craft-app [options]
Usage
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
