https://github.com/bitpatty/ts-library-template
https://github.com/bitpatty/ts-library-template
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bitpatty/ts-library-template
- Owner: BitPatty
- Created: 2022-01-06T08:06:30.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-12T06:40:10.000Z (6 months ago)
- Last Synced: 2024-12-13T00:05:55.067Z (6 months ago)
- Language: JavaScript
- Size: 3.55 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Typescript Library Template
A template for my typescript libraries with the following components/configurations:
- Development Environment: [VSCode](https://code.visualstudio.com/) / [dev containers](https://code.visualstudio.com/docs/remote/containers) / [Codespaces](https://github.com/features/codespaces)
- Code analyzer: [eslint](https://eslint.org/)
- Code formatter: [prettier](https://prettier.io/)
- Compiler: [typescript](https://github.com/microsoft/typescript) with [ts-patch](https://github.com/nonara/ts-patch)
- Bundler: [rollup](https://rollupjs.org/guide/en/)
- Testing Framework: [jest](https://jestjs.io/)
- Documentation Generator: [typedoc](https://typedoc.org/)
- Pipeline: [GitHub actions](https://github.com/features/actions)The configurations for following transformers are included:
- [ts-transformer-keys](https://github.com/kimamula/ts-transformer-keys)
- [ts-nameof](https://github.com/dsherret/ts-nameof)