Skip to content

brianjenkins94/private-repo-file-explorer

Repository files navigation

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!

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.

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages