Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/whxaxes/egg-boilerplate-d-ts
egg ts boilerplate using d.ts
https://github.com/whxaxes/egg-boilerplate-d-ts
Last synced: 5 days ago
JSON representation
egg ts boilerplate using d.ts
- Host: GitHub
- URL: https://github.com/whxaxes/egg-boilerplate-d-ts
- Owner: whxaxes
- Created: 2018-03-11T07:17:38.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T22:39:26.000Z (5 months ago)
- Last Synced: 2024-10-31T16:58:17.671Z (12 days ago)
- Language: TypeScript
- Size: 53.7 KB
- Stars: 49
- Watchers: 5
- Forks: 2
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# egg-boilerplate-d-ts
see https://github.com/whxaxes/blog/issues/11
## Dev
```
$ npm run dev
```## UnitTest
```
$ npm run test
```## Debug
Debugging in vscode, just need to press `F5`;
## Egg Injection
Injecting `app/controller`, `app/proxy`, `app/service` and `app/extend` to Egg by d.ts, which was auto generated by [egg-ts-helper](https://github.com/whxaxes/egg-ts-helper).
here is the typings:
https://github.com/whxaxes/egg-boilerplate-d-ts/tree/master/typings/app
## License
MIT
## Author
whxaxes