0.0.3 • Published 7 years ago

depup v0.0.3

Weekly downloads
4
License
MIT
Repository
github
Last release
7 years ago

What is depup for Angular?

I maintain a lot of Angular applications, and I really like to keep them up to date.

This is a tool I created primarily for myself to help me move more quickly between versions of Angular.

How do I install it?

npm install -g depup

How do I use it?

Install and update to the default "latest" according to depup:

depup

You can also specify a version (as more are released / become available):

depup -d 2.4.1

Someday what might it become?

Maybe someday it will detect which dependencies you may not really need, and not install them.

Maybe someday it will help you make changes to your application when moving between versions.

Why doesn't this work and why is it so terrible?

I'm sorry! File an issue then send a PR?