https://github.com/sakejs/sake-outdated
Add outdated and outdated:update tasks to your Sakefile. Automatically update node.js dependencies.
https://github.com/sakejs/sake-outdated
build-tools dependencies javascript nodejs npm outdated sake
Last synced: 3 months ago
JSON representation
Add outdated and outdated:update tasks to your Sakefile. Automatically update node.js dependencies.
- Host: GitHub
- URL: https://github.com/sakejs/sake-outdated
- Owner: sakejs
- License: other
- Created: 2017-03-12T00:48:43.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-19T19:23:46.000Z (about 7 years ago)
- Last Synced: 2025-03-18T20:03:57.883Z (3 months ago)
- Topics: build-tools, dependencies, javascript, nodejs, npm, outdated, sake
- Language: CoffeeScript
- Homepage:
- Size: 236 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sake-outdated
[![npm][npm-img]][npm-url]
[![build][build-img]][build-url]
[![dependencies][dependencies-img]][dependencies-url]
[![downloads][downloads-img]][downloads-url]
[![license][license-img]][license-url]
[![chat][chat-img]][chat-url]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
```bash
$ npm install sake-outdated --save-dev
```## Usage
```javascript
use('sake-outdated', {
commit: true, // automatically commit changes to git
ignore: ['jquery'], // optionally ignore packages
})
```## License
[BSD][license-url][build-img]: https://img.shields.io/travis/sakejs/sake-outdated.svg
[build-url]: https://travis-ci.org/sakejs/sake-outdated
[chat-img]: https://badges.gitter.im/join-chat.svg
[chat-url]: https://gitter.im/sakejs/chat
[coverage-img]: https://coveralls.io/repos/sakejs/sake-outdated/badge.svg?branch=master&service=github
[coverage-url]: https://coveralls.io/github/sakejs/sake-outdated?branch=master
[dependencies-img]: https://david-dm.org/sakejs/sake-outdated.svg
[dependencies-url]: https://david-dm.org/sakejs/sake-outdated
[downloads-img]: https://img.shields.io/npm/dm/sake-outdated.svg
[downloads-url]: http://badge.fury.io/js/sake-outdated
[license-img]: https://img.shields.io/npm/l/sake-outdated.svg
[license-url]: https://github.com/sakejs/sake-outdated/blob/master/LICENSE
[npm-img]: https://img.shields.io/npm/v/sake-outdated.svg
[npm-url]: https://www.npmjs.com/package/sake-outdated