Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/knpwrs/typescript-module
A template repo for the way I like to set up my TypeScript module projects for publishing to npm so I don't have to start from scratch every time I bootstrap a project.
https://github.com/knpwrs/typescript-module
Last synced: about 2 months ago
JSON representation
A template repo for the way I like to set up my TypeScript module projects for publishing to npm so I don't have to start from scratch every time I bootstrap a project.
- Host: GitHub
- URL: https://github.com/knpwrs/typescript-module
- Owner: knpwrs
- License: unlicense
- Created: 2022-08-09T15:19:23.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-09-09T16:27:03.000Z (over 2 years ago)
- Last Synced: 2024-06-11T17:38:26.054Z (7 months ago)
- Language: TypeScript
- Homepage:
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# `typescript-module`
A template repo for the way I like to set up my TypeScript module projects for
publishing to npm so I don't have to start from scratch every time I bootstrap
a project.## Features
- [Strict TypeScript](https://github.com/tsconfig/bases#node-18--esm--strictest-tsconfigjson)
- [Vitest](https://vitest.dev/)
- [Prettier](https://prettier.io/)
- [ESLint](https://eslint.org/)
- [np](https://github.com/sindresorhus/np)
- Publish both CommonJS and ES Modules with TypeScript Types
- Github Actions (CI only, no CD at this point in time)## License
[Unlicensed](https://unlicense.org/)