atualiza

NPM package mantainer


Keywords
npm, update, updater, updating, outdated, dependencies
License
MIT
Install
npm install atualiza@0.1.6

Documentation

atualiza

Atualiza is a way to check the versions of all packages you are using in your current project and update them if you want to!

I know, there are other projects that does the same! But I don´t like them! So atualiza is what I did to make me happy 😄.

Not that the others like npm-check are bad, they are not, but my hardware is! Where npm-check takes many minutes and all my memory to to its job, atualiza does it all in seconds!

instalation

npm i -g atualiza

usage

‼️ Please take care your package.json file! atualiza is still WIP and there is no warant it will not damage files ‼️

# this will check all packages of your project and show outdated ones
atualiza 

# this will do the same check but will show all used packages and their current version
atualiza -a
# or
atualiza --all

# in safe mode atualiza will NOT change your package.json but will do the update on node_packages
atualiza --safe

# this will check your global packages
atualiza -g

# can combine with all too
atualiza --global --all