tefkah/Split Monorepo
Split monorepo to many different repositories on GitHub
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| package-json | Whether to only look for directories with a package.json file, and use the name field as the repository name | — | false |
| username | The username to use for the git config | — | "" |
| org | The organization to use for the git config | — | "" |
| token | An access token with the required scopes. Namely, it needs to be able to create repositories and push to them, for either yourself or your org. | yes | — |
| match | A (series of space separated) glob(s) of which directories to split. | yes | — |
| filter | A regex of which directories to exclude from splitting. | no | — |
| meta-json | A JSON file containing meta information about the repositories to be created. | no | — |
| name | Whether or not to use the name field in the package.json file as the repository name. | no | false |
| description | Whether or not to use the description field in the package.json file as the repository description. | no | false |
| topics | Whether or not to use the keywords field in the package.json file as the repository topics. | no | false |
| force | Whether or not to split the repo even if there haven't been any changes in the directories to split. | no | false |
| root | The root directory of the monorepo. | no | — |
Outputs
no outputs