private-repo-file-explorer
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 |
|---|
|
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?
-
Copy index.html to your GitHub Pages source folder
-
Create a
tree.txt:find . -type f -not -path "*/.*" -not -path "*/node_modules/**" > tree.txtThe files listed in
tree.txtwill 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.