Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/vagusx/yo-ts-egg
- Owner: vagusX
- Created: 2018-04-22T07:26:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-04-25T14:08:16.000Z (over 6 years ago)
- Last Synced: 2024-10-17T11:42:10.080Z (about 1 month ago)
- Language: TypeScript
- Size: 10.7 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
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```