shroomgit

static git repos page gen
Log | Files | Refs | README

README.md (365B)


      1 ## Shroomgit
      2 A program to quickly generate a static page of your git repos.
      3 Inspired by [stagit](https://codemadness.org/stagit.html)
      4 
      5 ## Build
      6 ```sh
      7 git clone https://git.disroot.org/davidv/shroomgit.git
      8 cd shroomgit
      9 make
     10 ```
     11 The binaries will be within the `bin/` directory
     12 
     13 ## Usage
     14 ### shindex
     15 ```
     16 shindex repo1 repo2 > index.html
     17 ```
     18 ### shgit
     19 not yet created