https://github.com/brownymister/init-typescript
Simple and easy to use CLI for a TypeScript setup with Prettier inside a Git repo.
https://github.com/brownymister/init-typescript
cli node-cli typescript
Last synced: 8 months ago
JSON representation
Simple and easy to use CLI for a TypeScript setup with Prettier inside a Git repo.
- Host: GitHub
- URL: https://github.com/brownymister/init-typescript
- Owner: Brownymister
- License: mit
- Created: 2022-10-25T10:31:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T14:17:53.000Z (over 3 years ago)
- Last Synced: 2025-07-09T05:23:38.632Z (9 months ago)
- Topics: cli, node-cli, typescript
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/init-typescript
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# init-TypeScript
Simple and easy to use CLI for a TypeScript setup with prettier within a git repo.
## Install
Make sure you have npm installed: `npm --version`
```bash
npx init-typescript
```