0.21.19 • Published 1 year ago
@oresoftware/ts-project v0.21.19
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.