Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.
/ component-fetcher Public archive

Utility for fetching the public list of NoFlo components and component libraries

License

Notifications You must be signed in to change notification settings

noflo/component-fetcher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

component-fetcher Build Status

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/_posts with the metadata as YAML front matter and the library README as the post content
  • A post for each component at library/components/_posts with metadata as YAML front matter, and a Docco generated literate programming document of the source code as the content

Installation

Fetch this project from GitHub and run:

$ npm install

Running

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

About

Utility for fetching the public list of NoFlo components and component libraries

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published