JSPM

create-interactive-commander

0.3.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 11
  • Score
    100M100P100Q87969F
  • License MIT

Scaffold a CLI project with interactive-commander and TypeScript

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-interactive-commander) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    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