Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yingpengsha/ts-lib-template
😎 Awesome typesciprt library template
https://github.com/yingpengsha/ts-lib-template
esmodule nodejs template template-project template-repository typescript typescript-library
Last synced: about 1 month ago
JSON representation
😎 Awesome typesciprt library template
- Host: GitHub
- URL: https://github.com/yingpengsha/ts-lib-template
- Owner: yingpengsha
- License: mit
- Created: 2021-09-30T03:34:39.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T03:45:03.000Z (8 months ago)
- Last Synced: 2024-05-13T04:28:06.941Z (8 months ago)
- Topics: esmodule, nodejs, template, template-project, template-repository, typescript, typescript-library
- Language: TypeScript
- Homepage:
- Size: 281 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ts-lib-template
## 🚀 Features
- Package manager [pnpm](https://pnpm.js.org), safe and fast
- Release with [@jsdevtools/version-bump-prompt](https://jstools.dev/version-bump-prompt)
- Bundle with [tsup](https://github.com/egoist/tsup)
- Test with [vitest](https://vitest.dev/)## 🦄 Using this template
- Search `ts-lib-template` and replace it with your custom package name.
- Search `yingpengsha` and replace it with your name.## 🌸 Thanks
This project is heavily inspired by [egoist/ts-lib-starter](https://github.com/egoist/ts-lib-starter)
## 📄 License
[MIT License](https://github.com/yingpengsha/ts-lib-template/blob/main/LICENSE) © 2021-PRESENT [PengshaYing](https://github.com/yingpengsha)