Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vagusx/yo-ts-egg

a generator project for ts egg using yeoman
https://github.com/vagusx/yo-ts-egg

Last synced: 5 days ago
JSON representation

a generator project for ts egg using yeoman

Awesome Lists containing this project

README

        

# yo-ts-egg

![generator-ts-egg](https://img.shields.io/npm/v/generator-ts-egg.svg)

## Usage

### install
```bash
npm i -g yo
npm i -g generator-ts-egg
```

### initial a project
```bash
mkdir target_folder
yo egg-ts target_folder

```