1.0.3 • Published 10 months ago

create-cli-craft-app v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
10 months ago

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

  1. Installation via npx (recommended)

    npx create-cli-craft-app [options]
  2. Installation via npm globally

    npm install -g create-cli-craft-app

    running 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

1.0.3

10 months ago

1.0.2

10 months ago

1.0.1

10 months ago

1.0.0

10 months ago