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

https://github.com/calebboyd/create-tsp

Create a typescript project
https://github.com/calebboyd/create-tsp

Last synced: 3 months ago
JSON representation

Create a typescript project

Awesome Lists containing this project

README

        

## create-tsp

This is an [npm init](https://docs.npmjs.com/cli/init) script for generating a typescript project

### Options:
```
--root Generate top level project (dot-files, commitlint, etc)
```

### Usage:

**npm**
- `npm init @calebboyd/tsp`

**yarn**:
- `yarn create @calebboyd/tsp`

Or, with

**npx**
- `npx @calebboyd/create-tsp`