private-repo-file-explorer icon indicating copy to clipboard operation
private-repo-file-explorer copied to clipboard

Share a private repo as if it were a public repo.

private-repo-file-explorer

Share a private repo as if it were a public repo.

Contents
  1. Try it!
  2. How can I add it to my repo?
  3. License

Try it!

  • https://brianjenkins94.github.io/private-repo-file-explorer/

or serve a local directory:

npx brianjenkins94/serve

How can I add it to my repo?

  1. Copy index.html to your GitHub Pages source folder

  2. Create a tree.txt:

    find . -type f -not -path "*/.*" -not -path "*/node_modules/**" > tree.txt
    

    The files listed in tree.txt will be navigable through the file explorer.

That's it!

License

private-repo-file-explorer is licensed under the MIT License.

All files located in the node_modules directory are externally maintained libraries used by this software which have their own licenses; it is recommend that you read them, as their terms may differ from the terms in the MIT License.