File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 1
1
# create-typescript-api
2
- CLI to generate base project to start developing APIs with TypeScript .
2
+ > CLI to generate a base project based on [ typescript-hapi-starter ] ( https://github.com/BlackBoxVision/typescript-hapi-starter ) .
3
3
4
4
[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-brightgreen.svg )] ( https://opensource.org/licenses/MIT ) [ ![ npm version] ( https://badge.fury.io/js/create-typescript-api.svg )] ( https://badge.fury.io/js/create-typescript-api ) [ ![ npm downloads] ( https://img.shields.io/npm/dm/create-typescript-api.svg )] ( https://www.npmjs.com/package/create-typescript-api )
5
5
@@ -26,6 +26,7 @@ npm install --save create-typescript-api
26
26
## TODO
27
27
28
28
- [ ] ** Install package.json dependencies**
29
+ - [ ] ** Enable check-list to get starter project from different branches: 'Mongoose', 'Sequelize', 'GraphQL'**
29
30
30
31
## Issues
31
32
You can’t perform that action at this time.
0 commit comments