Meteor Package Dependency Checker


Summary of my bookmarked Github repositories from Jan 27th, 2016

Github repositories

  • timothyarmes/packagecheck

    PackageCheck is a command-line utility designed for Meteor applications. It addresses the inconvenience of not being able to use "meteor list" to check for updates when using packages extensively. By checking package dependencies, PackageCheck ensures that they are up-to-date. It can be installed globally with "npm install -g packagecheck" and updated with "packagecheck --selfupdate." The utility can check individual packages, 'packages' directories, or entire Meteor projects. Options such as '--unconstrained,' '--verbose,' and '--warnings' provide additional functionalities like warning about unconstrained dependencies and displaying output for all dependencies, including those that are up-to-date.