0.0.0 • Published 11 years ago

uplevel v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
11 years ago

uplevel

uplevel is a simple development/build-time tool that helps you manage your project's internal npm module dependencies in a harmonious way.

Internal vs. External npm packages

uplevel distinguishes internal vs. external npm packages based on your ownership of their associated package.json file. If you own and control the published contents of a package's package.json, then uplevel considers it an internal package. External packages are all the other packages that uplevel ignores.

uplevel'n

Install uplevel as a development dependency of the project you're uplevel'n:

    npm install uplevel --save-dev