This package iterates through desirable qualities in a BioJS component repo, checking what is present (or missing). Currently in very early stages - see todos below
Right now, this is designed to be run on the command line.
- Clone this repo
cd component-checker
node index.js '{"url" : "https://github.com/my-org/my-biojs-repo"}'
where the value of the url arg points to your biojs component online.
This will print the results to the console.
- parse local files (for dev users on local systems)
- understand git:// repo urls
- work with node package urls
- modularise these files and export vars properly.
- add all checks listed above in index.js as comments
- generate docs
- return results rather than printing to console