An open API service indexing awesome lists of open source software.

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

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
```