brianjenkins94 / private-repo-file-explorer

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

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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

License:MIT License


Languages

Language:HTML 99.7%Language:JavaScript 0.3%