https://github.com/sakejs/sake-linked
Delegate commands to linked packages via Sake
https://github.com/sakejs/sake-linked
build-tool javascript linked nodejs sake symlinks
Last synced: 3 months ago
JSON representation
Delegate commands to linked packages via Sake
- Host: GitHub
- URL: https://github.com/sakejs/sake-linked
- Owner: sakejs
- License: other
- Created: 2017-03-13T05:57:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T07:18:05.000Z (over 7 years ago)
- Last Synced: 2025-01-26T12:43:18.743Z (5 months ago)
- Topics: build-tool, javascript, linked, nodejs, sake, symlinks
- Language: CoffeeScript
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sake-linked
[![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]Delegate commands to linked packages.
## Install
```bash
$ npm install sake-linked --save-dev
```## Usage
In your Sakefile:```javascript
use('sake-linked')
```## License
[BSD][license-url][mocha]: https://mochajs.org
[build-img]: https://img.shields.io/travis/sakejs/sake-linked.svg
[build-url]: https://travis-ci.org/sakejs/sake-linked
[chat-img]: https://badges.gitter.im/join-chat.svg
[chat-url]: https://gitter.im/sakejs/chat
[coverage-img]: https://coveralls.io/repos/sakejs/sake-linked/badge.svg?branch=master&service=github
[coverage-url]: https://coveralls.io/github/sakejs/sake-linked?branch=master
[dependencies-img]: https://david-dm.org/sakejs/sake-linked.svg
[dependencies-url]: https://david-dm.org/sakejs/sake-linked
[downloads-img]: https://img.shields.io/npm/dm/sake-linked.svg
[downloads-url]: http://badge.fury.io/js/sake-linked
[license-img]: https://img.shields.io/npm/l/sake-linked.svg
[license-url]: https://github.com/sakejs/sake-linked/blob/master/LICENSE
[npm-img]: https://img.shields.io/npm/v/sake-linked.svg
[npm-url]: https://www.npmjs.com/package/sake-linked