Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/joehand/minidocs-awesome

Make a minidocs site from all the readme files in an awesome-repo
https://github.com/joehand/minidocs-awesome

List: minidocs-awesome

Last synced: 20 days ago
JSON representation

Make a minidocs site from all the readme files in an awesome-repo

Awesome Lists containing this project

README

        

# Minidocs Awesome

Automatically make a minidocs site from a awesome-repo. Pretty hacky and very WIP.

## Usage

Want to try it out? Sure why not. Find all occurrences of `clkao/awesome-dat` and replace it with the github awesome repo of your choice.

You'll have to replace it in:

* `package.json`, `update:list`
* `list.js`

Run it with: `npm run update && npm run build && npm start` and maybe it will work.