https://github.com/puria/changesets-conventional
https://github.com/puria/changesets-conventional
Last synced: 7 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/puria/changesets-conventional
- Owner: puria
- Created: 2022-02-26T15:57:16.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-02-26T16:41:10.000Z (over 3 years ago)
- Last Synced: 2025-01-22T12:13:12.805Z (9 months ago)
- Language: JavaScript
- Size: 85 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Turborepo starter
This is an official Yarn v1 starter turborepo.
## What's inside?
This turborepo includes the following packages/apps:
### Apps and Packages
- `docs`: a [Next.js](https://nextjs.org) app
- `web`: another [Next.js](https://nextjs.org) app
- `ui`: a stub React component library shared by both `web` and `docs` applications
- `config`: `eslint` configurations (includes `eslint-config-next` and `eslint-config-prettier`)
- `tsconfig`: `tsconfig.json`s used throughout the monorepoEach package/app is 100% [Typescript](https://www.typescriptlang.org/).
### Utilities
This turborepo has some additional tools already setup for you:
- [Typescript](https://www.typescriptlang.org/) for static type checking
- [ESLint](https://eslint.org/) for code linting
- [Jest](https://jestjs.io) test runner for all things JavaScript
- [Prettier](https://prettier.io) for code formatting