@younho9/generator-typescript-esm

0.1.1 • Public • Published

@younho9/generator-typescript-esm

CI XO code style Conventional Commits

Personal TypeScript ES module scaffold generator

screenshot

Install

$ npm install --global yo @younho9/generator-typescript-esm

Usage

With yo:

$ yo @younho9/typescript-esm
$ yo @younho9/typescript-esm --help

Usage:
  yo @younho9/typescript-esm:app [options]

Options:
  -h,   --help           # Print the generator's options and usage
        --skip-cache     # Do not remember prompt answers               Default: false
        --skip-install   # Do not automatically install dependencies    Default: false
        --force-install  # Fail on install dependencies error           Default: false
        --ask-answered   # Show prompts for already configured options  Default: false
        --org            # Publish to a GitHub organization account
        --husky          # Add Git hooks via husky                      Default: true

The --org option takes a string value (i.e. --org=avajs). All others are boolean flags and can be negated with the no prefix (i.e. --no-husky). You will be prompted for any options not passed on the command-line.

LICENSE

MIT

Package Sidebar

Install

npm i @younho9/generator-typescript-esm

Weekly Downloads

1

Version

0.1.1

License

MIT

Unpacked Size

14 kB

Total Files

30

Last publish

Collaborators

  • younho9