Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jakehamilton/starter-typescript
https://github.com/jakehamilton/starter-typescript
Last synced: about 5 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/jakehamilton/starter-typescript
- Owner: jakehamilton
- Created: 2018-06-14T21:42:17.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-07-05T22:40:59.000Z (over 6 years ago)
- Last Synced: 2024-08-09T02:36:17.281Z (3 months ago)
- Language: JavaScript
- Size: 102 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
@starters/typescript
=============🚀 Get your next project off the ground quickly
with [@starters/cli](https://github.com/jakehamilton/starters)!Usage:
-----Install [@starters/cli](https://github.com/jakehamilton/starters) globally (optional):
```shell
npm i -g @starters/cli
```Install this template:
```shell
# If installed globally
starter create @starters/typescript my-project# If not installed globally
npx @starters/cli create @starters/typescript my-project
```