ReadMe.fish dynamicly generates a blazingly fast static HTML version of any public GitHub repos README.md file and caches it on a CDN using CloudFlare Workers. Simply go the homepage and specify the GitHub repo as the path, similar to how a repo is accessed on GitHub e.g. readme.fish/username/repo. Try this repo as an example!
ReadMe.fish generates a static HTML version of any public GitHub repo and caches it in a fast CDN. This might be useful for a variety of usecases. Maybe you want to quickly view a repos README without the clutter of the GitHub UI. Or you want a fast hosted version of your repos README file/documentation. You could even use it to host your own mini website!
- run
yarn lintornpm run lintto run eslint. - run
yarn testornpm run testto run all Mocha tests. - run
yarn devornpm run devto run the Worker locally with Wrangler. - run
yarn buildornpm run buildto produce a production version with webpack.
This project was developed by me (@betahuhn) in my free time. If you want to support me:
Copyright 2021 Maximilian Schiller
This project is licensed under the MIT License - see the LICENSE file for details.
