https://github.com/blackboxvision/create-typescript-api
💻 CLI to generate base project to start developing APIs with TypeScript.
https://github.com/blackboxvision/create-typescript-api
api cli clis hapijs library nodejs react starter-kit typescript typescript-api
Last synced: 9 months ago
JSON representation
💻 CLI to generate base project to start developing APIs with TypeScript.
- Host: GitHub
- URL: https://github.com/blackboxvision/create-typescript-api
- Owner: BlackBoxVision
- License: mit
- Created: 2017-07-09T19:31:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-24T21:55:07.000Z (about 3 years ago)
- Last Synced: 2025-04-17T22:29:42.176Z (10 months ago)
- Topics: api, cli, clis, hapijs, library, nodejs, react, starter-kit, typescript, typescript-api
- Language: JavaScript
- Homepage:
- Size: 14.4 MB
- Stars: 9
- Watchers: 6
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-typescript-api
> CLI to generate a base project based on [typescript-hapi-starter](https://github.com/BlackBoxVision/typescript-hapi-starter).
[](https://opensource.org/licenses/MIT) [](https://badge.fury.io/js/create-typescript-api) [](https://www.npmjs.com/package/create-typescript-api)
[](https://nodei.co/npm/create-typescript-api/) [](https://nodei.co/npm/create-typescript-api/)
## Installation
**YARN**
```javascript
yarn add create-typescript-api
```
**NPM**
```javascript
npm install --save create-typescript-api
```
## Usage

## TODO
- [ ] **Install package.json dependencies**
- [ ] **Enable check-list to get starter project from different branches: 'Mongoose', 'Sequelize', 'GraphQL'**
## Issues
If you found a bug, or you have an answer, or whatever. Please, open an [issue](https://github.com/BlackBoxVision/create-typescript-api/issues). We will do our best to fix it.
## Contributing
Of course, if you see something that you want to upgrade from this library, or a bug that needs to be solved, **PRs are welcome!**
## License
Distributed under the **MIT license**. See [LICENSE](https://github.com/BlackBoxVision/create-typescript-api/blob/master/LICENSE) for more information.