Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taichi/redis-test
https://github.com/taichi/redis-test
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taichi/redis-test
- Owner: taichi
- Created: 2020-01-29T11:56:15.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-10T22:00:05.000Z (about 2 years ago)
- Last Synced: 2024-10-12T01:42:43.593Z (3 months ago)
- Language: TypeScript
- Size: 422 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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/)