@oresoftware/ts-project

Semver-oriented TypeScript library skeleton.


Keywords
typescript, library, skeleton, scaffold, command-line-tool, nodejs, npm, ts
License
ICU
Install
npm install @oresoftware/ts-project@0.21.19

Documentation

tsproject # command line tool

tsproject is a command line tool to generate new TypeScript-based Node.js/NPM libraries.

Installation: npm install -g '@oresoftware/ts-project'

Usage:

ts_project foo/bar/baz

Given the above, ts_project will write the project files in the 'baz' directory, creating the path for you if it does not exist.