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 lint
ornpm run lint
to run eslint. - run
yarn test
ornpm run test
to run all Mocha tests. - run
yarn dev
ornpm run dev
to run the Worker locally with Wrangler. - run
yarn build
ornpm run build
to 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.