Metadata-Version: 2.1
Name: mono2repo
Version: 0.0.0
Summary: extract a monorepo subdir
Home-page: https://github.com/cav71/mono2repo
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown

# mono2repo
This module (and script) will create a new stand alone repo out of
monorepo subtree, including all the subtree history and commits.

## Example

### Create a new repo
Create a new repo out of the pelican summary subtree:
```shell
mono2repo init summary-extracted \\
    https://github.com/getpelican/pelican-plugins.git/summary
```

### Update the repo
Update the summary-extracted with the latest summary related changes:
```
mono2repo update summary-extracted
```

(see https://blog.getpelican.com/namespace-plugin-migration.html for more details)


