azukiapp / azk

azk is a lightweight open source development environment orchestration tool. Instantly & safely run any environment on your local machine.
http://azk.io
Apache License 2.0
898 stars 63 forks source link

[Dependency] Adding clingwrap and npm-check-updates #600

Closed nuxlli closed 8 years ago

nuxlli commented 8 years ago

In order to improve the dependency management in azk (specially the npm-shrinkwrap.json update) we added the packages clingwrap and npm-check-updates.

Besides, two things were done:

Finally, every single time a package is installed, updated or removed, the following command must be run:

$ azk clingwrap [package_name]
julio-saito-linx commented 8 years ago

LGTM

fearenales commented 8 years ago

LGTM