https://github.com/sakejs/sake-version
Add version update tasks to your Sakefile.
https://github.com/sakejs/sake-version
build-tool git javascript nodejs npm sake versioning
Last synced: 3 months ago
JSON representation
Add version update tasks to your Sakefile.
- Host: GitHub
- URL: https://github.com/sakejs/sake-version
- Owner: sakejs
- License: other
- Created: 2015-12-09T06:06:52.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T07:22:41.000Z (over 7 years ago)
- Last Synced: 2025-03-13T02:49:54.378Z (4 months ago)
- Topics: build-tool, git, javascript, nodejs, npm, sake, versioning
- Language: CoffeeScript
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sake-version
[![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 `version` update tasks to your Sakefile.
## Install
```bash
$ npm install sake-version --save-dev
```## Usage
In your Sakefile:```javascript
use('sake-version')
```## License
[BSD][license-url][build-img]: https://img.shields.io/travis/sakejs/sake-version.svg
[build-url]: https://travis-ci.org/sakejs/sake-version
[chat-img]: https://badges.gitter.im/join-chat.svg
[chat-url]: https://gitter.im/sakejs/chat
[coverage-img]: https://coveralls.io/repos/sakejs/sake-version/badge.svg?branch=master&service=github
[coverage-url]: https://coveralls.io/github/sakejs/sake-version?branch=master
[dependencies-img]: https://david-dm.org/sakejs/sake-version.svg
[dependencies-url]: https://david-dm.org/sakejs/sake-version
[downloads-img]: https://img.shields.io/npm/dm/sake-version.svg
[downloads-url]: http://badge.fury.io/js/sake-version
[license-img]: https://img.shields.io/npm/l/sake-version.svg
[license-url]: https://github.com/sakejs/sake-version/blob/master/LICENSE
[npm-img]: https://img.shields.io/npm/v/sake-version.svg
[npm-url]: https://www.npmjs.com/package/sake-version