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

https://github.com/ganevdev/template-monorepo


https://github.com/ganevdev/template-monorepo

Last synced: 10 months ago
JSON representation

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
```