Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gengjiawen/ts-scaffold
https://github.com/gengjiawen/ts-scaffold
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gengjiawen/ts-scaffold
- Owner: gengjiawen
- Created: 2017-09-09T09:29:59.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-06T02:48:53.000Z (5 months ago)
- Last Synced: 2024-08-06T05:53:01.738Z (5 months ago)
- Language: TypeScript
- Size: 591 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A simple tool for scaffolding typescript projects.
[![CircleCI](https://circleci.com/gh/gengjiawen/ts-scaffold.svg?style=svg)](https://circleci.com/gh/gengjiawen/ts-scaffold)
[![Gitpod ready-to-code](https://img.shields.io/badge/Gitpod-ready--to--code-blue?logo=gitpod)](https://gitpod.io/#https://github.com/gengjiawen/ts-scaffold)This project use [SAO](https://github.com/saojs/sao) internally.
### Features
* live reload with nodemon
* build with easy
* prettier support
* add jest by default
* git hooks for prettier task### Usage
``` bash
npx sao gengjiawen/ts-scaffold -y -u
```### Node.js server scaffold
https://github.com/gengjiawen/koa-scaffold