Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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