Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yingpengsha/firemix
A poor imitation of Remix
https://github.com/yingpengsha/firemix
Last synced: about 1 month ago
JSON representation
A poor imitation of Remix
- Host: GitHub
- URL: https://github.com/yingpengsha/firemix
- Owner: yingpengsha
- License: mit
- Created: 2022-07-28T08:18:12.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-28T13:11:44.000Z (over 2 years ago)
- Last Synced: 2023-03-04T11:23:30.292Z (almost 2 years ago)
- Language: TypeScript
- Size: 62.5 KB
- Stars: 0
- Watchers: 1
- 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)