https://github.com/imjuni/typescript-cli-esm-boilerplate
https://github.com/imjuni/typescript-cli-esm-boilerplate
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/imjuni/typescript-cli-esm-boilerplate
- Owner: imjuni
- License: mit
- Created: 2023-05-27T17:13:14.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2024-07-18T16:18:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-19T10:27:13.188Z (over 1 year ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# TypeScript ESM cli boilerplate
## installation
```bash
# Clone the boilerplate:
git clone --depth=1 \
https://github.com/imjuni/typescript-cli-esm-boilerplate.git \
your-project-name
cd your-project-name
```