Skip to content

Commit 9aa0a2f

Browse files
committed
docs(README): initial version
1 parent 94b6b7f commit 9aa0a2f

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# create-repositories-from-folder
2+
3+
> An [octoherd](https://github.com/octoherd) script that creates new repositories from folders
4+
5+
This script is specific to the needs of a one-time migration for [@octoherd](https://github.com/octoherd). But it might be a good starting point if you need to create a script to eject a monorepo setup yourself.
6+
7+
## Usage
8+
9+
```
10+
git clone https://github.com/octoherd/script-create-repositories-from-script-folders.git
11+
$ npx @octoherd/cli \
12+
--octoherd-token 0123456789012345678901234567890123456789 \
13+
scripts/sync-branch-protections/script.js \
14+
"octoherd/scripts" \
15+
--path-to-folders "scripts/**"
16+
```
17+
18+
## License
19+
20+
[ISC](LICENSE.md)

0 commit comments

Comments
 (0)