@plundell/npm-ts-boilerplate

1.0.4 • Public • Published

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

Package Sidebar

Install

npm i @plundell/npm-ts-boilerplate

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

10.9 kB

Total Files

14

Last publish

Collaborators

  • plundell