# @raydeck/livelink

> Manage linking dependencies via config file

Latest version **1.5.2** (published 2020-06-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install @raydeck/livelink
pnpm add @raydeck/livelink
yarn add @raydeck/livelink
bun add @raydeck/livelink
```

Provides the command `livelink`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.5.2 |
| Published | 2020-06-18 |
| First published | 2020-05-27 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 7 |
| Unpacked size | 15.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Ray Deck |
| Maintainers | raydeck |
| Keywords | wml |

## Links

- npm: https://www.npmjs.com/package/@raydeck/livelink
- Repository: https://github.com/rhdeck/livelink
- Homepage: https://github.com/rhdeck/livelink#readme
- Issues: https://github.com/rhdeck/livelink/issues
- npm.io page: https://npm.io/package/@raydeck/livelink

## Dependencies (7)

- [commander](https://npm.io/package/commander.md) ^5.1.0
- [minimatch](https://npm.io/package/minimatch.md) ^3.0.4
- [untildify](https://npm.io/package/untildify.md) ^4.0.0
- [node-watch](https://npm.io/package/node-watch.md) ^0.6.4
- [@raydeck/wml](https://npm.io/package/@raydeck/wml.md) ^0.0.2
- [es6-deferred](https://npm.io/package/es6-deferred.md) ^1.3.0
- [recursive-copy](https://npm.io/package/recursive-copy.md) ^2.0.10

## Recent versions

- 1.5.2 (latest) — 2020-06-18
- 2.0.0 (next) — 2020-10-06
- 1.5.1 — 2020-06-18
- 1.5.0 — 2020-06-17
- 1.4.0 — 2020-06-17
- 1.3.4 — 2020-06-11
- 1.3.3 — 2020-06-07
- 1.3.2 — 2020-06-07
- 1.3.1 — 2020-06-07
- 1.3.0 — 2020-06-07
- 1.2.0 — 2020-06-03
- 1.1.9 — 2020-06-02
- 1.1.8 — 2020-05-29
- 1.1.7 — 2020-05-28
- 1.1.6 — 2020-05-28
- … 9 more at https://npm.io/package/@raydeck/livelink/versions

## README

# livelink

Easy-to-use linker for live sync of project dependencies

## Installation

```
yarn add livelink
```

## Usage

```
❯ yarn livelink --help
Usage: livelink [options] [command]

Options:
  -h, --help            display help for command

Commands:
  add <source>          Link <source> to update node_modules path for the package name defined in
                        package.json
  clear                 Remove all livelinks
  start                 start running all links defined in 'livelink list'
  addlocal              Add all local dependencies and devDependencies (e.g. path starts with a .) as
                        livelinks
  list                  List livelinks that will be launched at start (all in package.json)
  remove <dependency>   Remove one livelink
  ignore <mask>         Add glob of file(s) to ignore
  remove-ignore <mask>  Remove ignore glob
  list-ignores          List ignored globs
  watch                 Watch current dir and run onwatch yarn script when I see local files or
                        livelinks change
  code                  Launch visual studio code for all linked dependencies
  once                  Copy sources to dependencies once (does not use watchman)
  help [command]        display help for command
```

### add

### clear

### start

### addlocal

### list

### remove

### ignore

### remove-ignore

### list-ignores

### once

### watch

### code

```
yarn livelink code
```

Launches all livelinked dependencies in their own Visual Studio Code windows - handy for quickly building out a development environment.

---
_Source: https://npm.io/package/@raydeck/livelink · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
