ORESoftware / ts-project

Command line tool to start new TypeScript-based libraries. 🏰

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Command line tool to start new TypeScript-based libraries. 🏰

License:MIT License


Languages

Language:JavaScript 66.7%Language:Shell 26.1%Language:TypeScript 7.2%