# lnwtf

> For those who can never remember the argument order of ln!

Latest version **1.0.2** (published 2015-09-20) · WTFPL license · 0 weekly downloads

## Install

```sh
npm install lnwtf
pnpm add lnwtf
yarn add lnwtf
bun add lnwtf
```

Provides the command `lnwtf`.

## 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.0.2 |
| Published | 2015-09-20 |
| First published | 2015-09-20 |
| Weekly downloads | 0 |
| License | WTFPL |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Fábio Santos |
| Maintainers | fabiosantoscode |
| Keywords | ln, cli |

## Links

- npm: https://www.npmjs.com/package/lnwtf
- Repository: https://github.com/fabiosantoscode/lnwtf
- Homepage: https://github.com/fabiosantoscode/lnwtf#readme
- Issues: https://github.com/fabiosantoscode/lnwtf/issues
- npm.io page: https://npm.io/package/lnwtf

## Dependencies (2)

- [bossy](https://npm.io/package/bossy.md) ^2.0.0
- [prompt-sync](https://npm.io/package/prompt-sync.md) ^3.0.0

## Alternatives

- [@salesforce/cli](https://npm.io/package/@salesforce/cli.md) — 389.7K weekly downloads
- [@mintlify/cli](https://npm.io/package/@mintlify/cli.md) — 208.9K weekly downloads
- [@grafana/e2e-selectors](https://npm.io/package/@grafana/e2e-selectors.md) — 128.7K weekly downloads
- [mintlify](https://npm.io/package/mintlify.md) — 112.0K weekly downloads
- [@intlayer/cli](https://npm.io/package/@intlayer/cli.md) — 22.8K weekly downloads

## Recent versions

- 1.0.2 (latest) — 2015-09-20
- 1.0.1 — 2015-09-20
- 1.0.0 — 2015-09-20

## README

# lnwtf

Because I never remember the argument order for `ln`. And because doing relative paths is just confusing!

Here's how to create a symlink from `/foo/bar` to a directory called `here`, above your own directory.

    $ lnwtf -s --from /foo/barz --to ../here

Easy right?

# Options

```
-f, --from                   The start of the link (required)
-t, --to                     The destination of the link (required)
-s, --symbolic, --symlink    Create a symbolic link
-h, --help                   Display this message
```

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