An open API service indexing awesome lists of open source software.

https://github.com/oresoftware/ts-project

Command line tool to start new TypeScript-based libraries. 🏰
https://github.com/oresoftware/ts-project

command-line-tool nodejs npm ts typescript

Last synced: 23 days ago
JSON representation

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

Awesome Lists containing this project

README

          

# 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:

```bash
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.