Skip to content

Latest commit

 

History

History
executable file
·
16 lines (9 loc) · 371 Bytes

readme.md

File metadata and controls

executable file
·
16 lines (9 loc) · 371 Bytes

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.