Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/taichi/ts-template
https://github.com/taichi/ts-template
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/taichi/ts-template
- Owner: taichi
- Created: 2019-06-18T05:06:22.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-25T17:06:45.000Z (3 months ago)
- Last Synced: 2024-10-26T06:23:52.733Z (3 months ago)
- Language: TypeScript
- Size: 1.63 MB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 20
-
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/)