Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sakejs/sake-yarn
Add Yarn related tasks to your Sakefile.
https://github.com/sakejs/sake-yarn
javascript nodejs sake tasks yarn
Last synced: 28 days ago
JSON representation
Add Yarn related tasks to your Sakefile.
- Host: GitHub
- URL: https://github.com/sakejs/sake-yarn
- Owner: sakejs
- License: other
- Created: 2017-03-08T10:04:35.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T07:30:21.000Z (over 6 years ago)
- Last Synced: 2024-10-12T09:01:38.214Z (about 1 month ago)
- Topics: javascript, nodejs, sake, tasks, yarn
- Language: CoffeeScript
- Homepage:
- Size: 110 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sake-yarn
[![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 [Yarn][yarn] related tasks to your Sakefile.
## Install
```bash
$ npm install sake-yarn --save-dev
```## Usage
In your Sakefile:```javascript
use('sake-yarn')
```## License
[BSD][license-url][yarn]: https://yarnpkg.com
[build-img]: https://img.shields.io/travis/sakejs/sake-yarn.svg
[build-url]: https://travis-ci.org/sakejs/sake-yarn
[chat-img]: https://badges.gitter.im/join-chat.svg
[chat-url]: https://gitter.im/sakejs/chat
[coverage-img]: https://coveralls.io/repos/sakejs/sake-yarn/badge.svg?branch=master&service=github
[coverage-url]: https://coveralls.io/github/sakejs/sake-yarn?branch=master
[dependencies-img]: https://david-dm.org/sakejs/sake-yarn.svg
[dependencies-url]: https://david-dm.org/sakejs/sake-yarn
[downloads-img]: https://img.shields.io/npm/dm/sake-yarn.svg
[downloads-url]: http://badge.fury.io/js/sake-yarn
[license-img]: https://img.shields.io/npm/l/sake-yarn.svg
[license-url]: https://github.com/sakejs/sake-yarn/blob/master/LICENSE
[npm-img]: https://img.shields.io/npm/v/sake-yarn.svg
[npm-url]: https://www.npmjs.com/package/sake-yarn