Updtr

updtr

Update outdated npm modules with zero pain™

updtr installs the latest versions of each npm outdated dependency. Runs test on each update and if the test succeeds, updtr saves the new version number to your package.json. If the test fails, however, updtr rolls back its changes.

Get it: npm install --global updtr

Sample usage:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
nmotw.in> updtr --help

  Usage: updtr [options]

  Update outdated npm modules with zero pain™

  Options:

    -h, --help                 output usage information
    -V, --version              output the version number
    -R, --reporter <reporter>  choose reporter: default, shy
    -w, --wanted               updates to wanted version specified in package.json instead of the modules latest version
    -t, --test <test>          change the command for the tests
    -e, --exclude <exclude>    exclude modules comma seperated, e.g. updtr --exclude module1,module2
    --test-stdout              shows stdout if your test command fails
    --save-exact               save exact module version
    --registry                 change registry

GIF FTW

updtr

Suggest a module

Comments