folder-gitify
v0.0.1
Published
This is a script that converts a set of folders into a git repo, where each folder name becomes a commit. The script iterates folders in alphabetical order.
Downloads
3
Readme
Gitify
This is a script that converts a set of folders into a git repo, where each folder name becomes a commit. The script iterates folders in alphabetical order.
Converting Git repo into folders
Folderify will convert a repo into a set of folders where each commit will get it's own dedicated folder.
npx folder-gitify <output-folder>
Converting a set of folders into a git repo
You can also convert a set of folders into a git repo. Each folder will make a separate commit.