https://github.com/saehun/lets
Scaffolding, auto generating CLI for personal use
https://github.com/saehun/lets
cli command-line scaffolder template typescript
Last synced: 9 months ago
JSON representation
Scaffolding, auto generating CLI for personal use
- Host: GitHub
- URL: https://github.com/saehun/lets
- Owner: saehun
- License: mit
- Created: 2021-12-29T13:40:17.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-18T04:10:15.000Z (over 2 years ago)
- Last Synced: 2025-10-11T12:35:23.893Z (9 months ago)
- Topics: cli, command-line, scaffolder, template, typescript
- Language: TypeScript
- Homepage:
- Size: 1.07 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Lets CLI
Scaffolding, auto generating CLI for personal use. For those who want to use this project,
### Install
```sh
git clone git@github.com:minidonut/lets.git
cd lets
pnpm install && pnpm build && pnpm link --global
cp .env.template .env # you need to fill variables
lets create ts-app my-first-app
```
### Usage
```sh
lets # it will show help
```