https://github.com/felixpy/node-ts
A typescript repository template for node.js.
https://github.com/felixpy/node-ts
boilerplate commitlint husky jest nodejs prettier starter tslint typescript vscode yarn
Last synced: about 2 months ago
JSON representation
A typescript repository template for node.js.
- Host: GitHub
- URL: https://github.com/felixpy/node-ts
- Owner: felixpy
- License: mit
- Created: 2019-02-01T07:51:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T04:44:47.000Z (about 6 years ago)
- Last Synced: 2025-01-27T05:48:24.095Z (4 months ago)
- Topics: boilerplate, commitlint, husky, jest, nodejs, prettier, starter, tslint, typescript, vscode, yarn
- Language: TypeScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Node.js Repo Template with TypeScript
[](https://prettier.io/)
A typescript repository template for node.js.
## Quick Start
```
git clone [email protected]:felixpy/node-ts.git# install dependencies
yarn# run tests
yarn test
```## Features
- TSLint + Prettier
- Git Hooks
- Unit Test## License
[MIT](http://opensource.org/licenses/MIT)
Copyright (c) 2019 - present, Felix Yang