Skip to content
/ xdepend Public

CLI tool to extract information about your dependencies. Get install string, upgrade string, Markdown report of used licenses and latest commits/publishes, Issuer count

License

Notifications You must be signed in to change notification settings

mszkb/xdepend

Repository files navigation

xdepend Build Status

xdepend extracts the dependencies of a package.json file into an install string It has some neat features like upgrading version of packages or creating a report about various details of each package. Details are: Licenses, last Commit, last Publish and issues

Development

To get started with development you only have to do npm install

$ npm install

If you use an IDE like Webstorm or PhpStorm checkout XO in WebStorm to enable eslint reformating in conjunction with XO.

Tests are done with ava. Unfortunately there is no WebStorm/PhpStorm for it, you can go with a workaround plugin in the IDEA marketplace.

$ npm run test

Roadmap

  • Publish on npm
  • Markdown report
  • Interactive Mode
  • Upgrade string of packages

About

CLI tool to extract information about your dependencies. Get install string, upgrade string, Markdown report of used licenses and latest commits/publishes, Issuer count

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published