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

https://github.com/bitliner/lerna-subtree

Manage lerna with git subtree
https://github.com/bitliner/lerna-subtree

Last synced: 5 months ago
JSON representation

Manage lerna with git subtree

Awesome Lists containing this project

README

          

# lerna-subtree
Manage lerna with git subtree

# Proposal

A list of commands to help manage lerna sub-projects with git subtree.

Commands:

- **lerna-subtree add **

1. it runs command `git remote add subtree- ` if remote does not exist
2. it runs `git subtree add --prefix=packages/ subtree- `

- **lerna-subtree publish**

1. it runs `lerna publish`
2. it runs, for each sub-tree, `git subtree --prefix=packages/ push subtree- --all`