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

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.

Awesome Lists containing this project

README

        

# Node.js Repo Template with TypeScript

[![Code Style](https://img.shields.io/badge/code_style-prettier-ff69b4.svg)](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