BetaHuhn / readme-fish

⚡📝Blazingly fast statically hosted GitHub READMEs

Home Page:https://readme.fish

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ReadMe.fish logo

ReadMe.fish

Node CI Release CI GitHub David

Blazingly fast statically hosted GitHub READMEs

👋 Introduction

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!

📚 Usage

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!

💻 Available commands

  • run yarn lint or npm run lint to run eslint.
  • run yarn test or npm run test to run all Mocha tests.
  • run yarn dev or npm run dev to run the Worker locally with Wrangler.
  • run yarn build or npm run build to produce a production version with webpack.

About

This project was developed by me (@betahuhn) in my free time. If you want to support me:

Donate via PayPal

ko-fi

📄 License

Copyright 2021 Maximilian Schiller

This project is licensed under the MIT License - see the LICENSE file for details.

About

⚡📝Blazingly fast statically hosted GitHub READMEs

https://readme.fish

License:MIT License


Languages

Language:TypeScript 96.0%Language:JavaScript 4.0%