https://github.com/litingyes/monorepo-starter
A starter template for monorepo repository
https://github.com/litingyes/monorepo-starter
Last synced: 5 months ago
JSON representation
A starter template for monorepo repository
- Host: GitHub
- URL: https://github.com/litingyes/monorepo-starter
- Owner: litingyes
- License: mit
- Created: 2025-07-08T22:26:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-08-01T08:27:59.000Z (5 months ago)
- Last Synced: 2025-08-07T16:55:43.396Z (5 months ago)
- Language: TypeScript
- Size: 335 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# monorepo-starter
A starter template for monorepo repository
## Features
- code lint & format with [eslint](https://eslint.org/) and [@antfu/eslint-config](https://www.npmjs.com/package/@antfu/eslint-config)
- commit lint with [husky](https://typicode.github.io/husky/) and [lint-staged](https://www.npmjs.com/package/lint-staged)
- build with [vite](https://vite.dev/)
- release with [bumpp](https://github.com/antfu-collective/bumpp)
- auto publish by [github action](https://docs.github.com/en/actions)
- [create your npm token](https://docs.npmjs.com/creating-and-viewing-access-tokens) and add to repository's secret
## Notice to modify
- README.md
- LICENSE
- CHANGELOG.md
- package.json
- name
- description
- author
- license
- keywords
- bugs
- homepage