https://github.com/ganevdev/template-monorepo
https://github.com/ganevdev/template-monorepo
Last synced: 10 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ganevdev/template-monorepo
- Owner: ganevdev
- License: mit
- Created: 2020-02-02T13:25:41.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-05-01T15:16:38.000Z (almost 6 years ago)
- Last Synced: 2025-02-14T05:29:38.333Z (12 months ago)
- Language: JavaScript
- Size: 6.84 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Template for Monorepo
My personal Monorepo template
Work with [yarn workspaces](https://legacy.yarnpkg.com/en/docs/workspaces) and [lerna](https://github.com/lerna/lerna)
Main repo: https://github.com/Ganevru/templates
Start new GitHub repo from Template: https://github.com/Ganevru/template-monorepo/generate
Or git clone:
```
git clone git@github.com:Ganevru/template-monorepo.git monorepo-project
```
## Development
```bash
lerna publish
```
```bash
lerna publish minor
```