https://github.com/imjuni/typescript-cli-boilerplate
TypeScript cli boiler plate
https://github.com/imjuni/typescript-cli-boilerplate
Last synced: 10 months ago
JSON representation
TypeScript cli boiler plate
- Host: GitHub
- URL: https://github.com/imjuni/typescript-cli-boilerplate
- Owner: imjuni
- License: mit
- Created: 2022-12-28T07:54:04.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2025-08-05T17:27:26.000Z (11 months ago)
- Last Synced: 2025-08-05T18:34:13.216Z (11 months ago)
- Language: JavaScript
- Size: 480 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript cli boilerplate
## installation
```bash
# Clone the boilerplate:
git clone --depth=1 \
https://github.com/imjuni/typescript-cli-boilerplate.git \
your-project-name
cd your-project-name
```