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

https://github.com/satansdeer/git-folderify

A tool to break a repo by commit into folders
https://github.com/satansdeer/git-folderify

Last synced: 2 months ago
JSON representation

A tool to break a repo by commit into folders

Awesome Lists containing this project

README

        

# Folderify

This is a script that converts a git repo into a set of folders and back.

## 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 git-folderify
```

## 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.