https://github.com/imjuni/jin-frame-from-swagger
https://github.com/imjuni/jin-frame-from-swagger
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/imjuni/jin-frame-from-swagger
- Owner: imjuni
- License: mit
- Created: 2023-03-28T15:16:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-28T15:16:49.000Z (over 3 years ago)
- Last Synced: 2024-10-19T10:27:52.475Z (over 1 year ago)
- Language: TypeScript
- Size: 31.3 KB
- Stars: 0
- 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
```