Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pawsong/npm-install-link
Install and link local npm repositories
https://github.com/pawsong/npm-install-link
Last synced: about 5 hours ago
JSON representation
Install and link local npm repositories
- Host: GitHub
- URL: https://github.com/pawsong/npm-install-link
- Owner: pawsong
- Created: 2015-08-07T07:22:00.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-08-07T08:11:22.000Z (over 9 years ago)
- Last Synced: 2024-11-02T06:37:28.205Z (15 days ago)
- Language: JavaScript
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# npm-install-link
Install and link local repositories
[![NPM Version][npm-image]][npm-url]
```json
{
"name": "my-node-app",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"prepublish": "install-link",
"test": "grunt check"
},
"links": [
"../config",
"../libs"
],
"dependencies": {
"install-link": "^0.1.0"
}
}
```## Usage
Add "links" property which contains relative paths of local repositories in package.json.
Then run `install-link`
## Installation
```
$ npm install install-link --save
```## License
MIT
[npm-image]: https://img.shields.io/npm/v/install-link.svg
[npm-url]: https://npmjs.org/package/install-link