NoFlo tool that fetches libraries and their components from GitHub and creates Jekyll posts for them. The posts created include:
- A post for each library at
library/_postswith the metadata as YAML front matter and the library README as the post content - A post for each component at
library/components/_postswith metadata as YAML front matter, and a Docco generated literate programming document of the source code as the content
Fetch this project from GitHub and run:
$ npm install
Because of GitHub API rate limits, this tool needs to be run as an authenticated user. It is a good idea to generate a application-specific access token for it.
Set this to an environment variable:
$ export GITHUB_API_KEY=xyz123
Then just run the tool:
$ ./node_modules/.bin/noflo graphs/GetLibraries.fbp