Skip to content

🍟 Nukes the project's node_modules directory and reinstalls latest dependencies

Notifications You must be signed in to change notification settings

decadentjs/gluttony

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npm Version Build Status Dependency Status devDependency Status

gluttony

Nukes the project's node_modules directory and reinstalls latest dependencies from package.json.

Rationale

Often times you just want to delete all node modules and reinstall all dependencies from scratch with latest version. If you recognize yourself in this description, then gluttony is for you.

Invoke on any directory containing a package.json, and it will remove the node_modules directory if exists, and reinstall the latest version of all dependencies via npm.

Usage

Install:

npm install -g gluttony

Use to reinstall dependencies of a project

gluttony

License

MIT

Copyright (c) 2015 Claudio Procida

About

🍟 Nukes the project's node_modules directory and reinstalls latest dependencies

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published