Skip to content
/ david-www Public
forked from alanshaw/david-www

David helps keep your Nodejs project dependencies up to date.

License

Notifications You must be signed in to change notification settings

d1b1/david-www

 
 

Repository files navigation

David www Build Status Dependency Status

Nodejs based web service that tells you when your project npm dependencies are out of date. To use David, your project must include a package.json file in the root of your repository.

Currently David works with package.json files found in public github repositories only.

Getting Started

With Node.js and Grunt installed already, do the following:

Install david-www:

cd /path/to/david-www
npm install
grunt

Run david-www:

node main 8080

Example usage

View a web page of all dependencies (and their updates, and their versions) for public GitHub repository "grunt-jsio" owned by "alanshaw":

curl http://localhost:8080/alanshaw/grunt-jsio

Get the current build status badge:

curl http://localhost:8080/alanshaw/grunt-jsio.png

About

David helps keep your Nodejs project dependencies up to date.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published