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
- Host: GitHub
- URL: https://github.com/calebboyd/create-tsp
- Owner: calebboyd
- License: mit
- Created: 2021-11-10T18:34:04.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-01-17T21:42:47.000Z (over 3 years ago)
- Last Synced: 2024-10-05T13:40:22.451Z (9 months ago)
- Language: TypeScript
- Size: 118 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`