Skip to content

sakejs/sake-outdated

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sake-outdated

npm build dependencies downloads license chat

Add outdated and outdated:update tasks to your Sakefile. Updates Node dependencies, package.json, lock files and automatically generates pretty git commits.

Features

  • Update dependencies in package.json automatically
  • Generate nicely formatted corresponding git commit
  • Automatically commit changes and corresponding updates to package.json and lock files
  • Integrates with npm and yarn

Install

$ npm install sake-outdated --save-dev

Usage

use('sake-outdated', {
    commit: true,       // automatically commit changes to git
    ignore: ['jquery'], // optionally ignore packages
})

License

BSD

About

Add outdated and outdated:update tasks to your Sakefile. Automatically update node.js dependencies.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published