Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakejs/sake-publish
Add project publishing tasks to your Sakefile. Publish to npm, GitHub and more.
https://github.com/sakejs/sake-publish
github javascript nodejs npm publishing sake task
Last synced: 26 days ago
JSON representation
Add project publishing tasks to your Sakefile. Publish to npm, GitHub and more.
- Host: GitHub
- URL: https://github.com/sakejs/sake-publish
- Owner: sakejs
- License: other
- Created: 2015-12-09T06:11:47.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T07:24:43.000Z (over 6 years ago)
- Last Synced: 2024-08-08T22:56:15.988Z (5 months ago)
- Topics: github, javascript, nodejs, npm, publishing, sake, task
- Language: CoffeeScript
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sake-publish
[![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 project publishing tasks to your Sakefile. Publish to npm, GitHub and more.
## Install
```bash
$ npm install sake-publish --save-dev
```## Usage
In your Sakefile:```javascript
use('sake-publish')
```## License
[BSD][license-url][build-img]: https://img.shields.io/travis/sakejs/sake-publish.svg
[build-url]: https://travis-ci.org/sakejs/sake-publish
[chat-img]: https://badges.gitter.im/join-chat.svg
[chat-url]: https://gitter.im/sakejs/chat
[coverage-img]: https://coveralls.io/repos/sakejs/sake-publish/badge.svg?branch=master&service=github
[coverage-url]: https://coveralls.io/github/sakejs/sake-publish?branch=master
[dependencies-img]: https://david-dm.org/sakejs/sake-publish.svg
[dependencies-url]: https://david-dm.org/sakejs/sake-publish
[downloads-img]: https://img.shields.io/npm/dm/sake-publish.svg
[downloads-url]: http://badge.fury.io/js/sake-publish
[license-img]: https://img.shields.io/npm/l/sake-publish.svg
[license-url]: https://github.com/sakejs/sake-publish/blob/master/LICENSE
[npm-img]: https://img.shields.io/npm/v/sake-publish.svg
[npm-url]: https://www.npmjs.com/package/sake-publish