1.0.4 • Published 2 years ago

@plundell/npm-ts-boilerplate v1.0.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

npm-ts-boilerplate

A simple CLI tool to generate a TypeScript npm module boilerplate.

Installation

To install the tool globally, run:

npm install -g @plundell/npm-ts-boilerplate

Usage

After installing it globally you can call it directly from the command line:

npm-ts-boilerplate -p /path/to/new/module -g my-github-user -n new-module-name

This command will create a new directory at /path/to/new/module/new-module-name with the boilerplate files, modify the configuration files with the new module name, install npm dependencies, initialize a Git repository, configure the remote repository, and create the first commit with the message "boilerplate created".

License

MIT

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago