Share a private repo as if it were a public repo.
Contents |
---|
or serve a local directory:
npx brianjenkins94/serve
-
Copy index.html to your GitHub Pages source folder
-
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!
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.