Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/taichi/redis-test


https://github.com/taichi/redis-test

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# ts-template
[![actions](https://github.com/taichi/ts-template/workflows/Daily%20Build/badge.svg)](https://github.com/taichi/ts-template/actions)

Opinionated TypeScript Application Development template

## setup
execute below commands on project root dir.

yarn install
code .

# Recommendation of GitHub related services

* [codecov](https://codecov.io/)
* [renovate](https://renovate.whitesourcesoftware.com/)

# Candidates

## Package manager

* npm
* [pnpm](https://pnpm.js.org/)

## Module Bundler

* [gulp](https://gulpjs.com/)
* [webpack](https://webpack.js.org/)
* [ncc](https://github.com/zeit/ncc)
* [rollup.js](https://rollupjs.org/)

## Testing framework

* [Jest](https://jestjs.io/)
* [Mocha](https://mochajs.org/)

## Lint

* [typescript-eslint](https://github.com/typescript-eslint/typescript-eslint)

## Logger

* [winston](https://github.com/winstonjs/winston)

## Streaming

* [RxJS](https://rxjs.dev/)