1.0.2 • Published 1 year ago

ts-lib-create v1.0.2

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Usage

To create a project inside a named directory run ts-lib-create <projectname> this will create a folder with a template library. To create a project inside the current directory run ts-lib-create. (Folder must not exist and must be empty prior to project init. Can be overridden with the -f flag)

Installation

To install this tool run npm install ts-lib-create. I recommend installing it globally with the -g flag as it will only need to be installed once. (The removal process is the same: npm uninstall ts-lib-create)

Contribution

Create a pull request in the attached Github repository with sensible commit names.