An open API service indexing awesome lists of open source software.

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

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