create-interactive-commander

0.2.13 • Public • Published

create-interactive-commander

Scaffold a CLI project with interactive-commander and TypeScript

NPM Version Monthly Downloads test-and-release Workflow Status

Usage

Run the following command and follow the prompts:

npm create interactive-commander@latest

You can also directly specify the template variables via command line arguments. For example to create a project in the my-project directory with the package name set to node-my-command and the command name set to my-command, run:

npm create interactive-commander@latest -- --directory-name my-project --package-name node-my-command --command-name my-command

For more information, run:

npm create interactive-commander@latest -- generate --help

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.2.13
    0
    • latest

Version History

Package Sidebar

Install

npm i create-interactive-commander

Weekly Downloads

242

Version

0.2.13

License

MIT

Unpacked Size

16.1 kB

Total Files

17

Last publish

Collaborators

  • dfardjad