@younho9/generator-typescript-esm
v0.1.1
Published
Personal TypeScript ES module scaffold generator
Downloads
7
Maintainers
Readme
@younho9/generator-typescript-esm
Personal TypeScript ES module scaffold generator
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.