1.0.200000001 • Published 5 months ago

nayr v1.0.200000001

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

Nayr

Nayr allows you to automatically generate links for your Yarn packages, making package management easier and more efficient. Nayr is an NPM package designed to simplify the process of linking packages that were previously linked using yarn link. It automatically links all registered packages, saving you time and effort.

Installation

You can install Nayr globally and use it via the command line.

Using Yarn

yarn global add nayr

Using npm

npm install -g nayr

Usage

Nayr integrates seamlessly with the postinstall lifecycle hook. You can add it to your project's package.json to automatically generate links after dependencies are installed.

Add the following to your package.json:

{
  "name": "my-important-project",
  "scripts": {
    "postinstall": "nayr"
  }
}

Alternatively, you can simply run nayr in your project directory to generate links manually.

nayr
1.0.200000000

5 months ago

1.0.100000009

7 months ago

1.0.200000001

5 months ago

1.0.100000008

1 year ago

1.0.100000007

1 year ago

1.0.100000005

1 year ago

1.0.100000006

1 year ago

1.0.100000004

2 years ago

1.0.100000003

2 years ago

1.0.100000002

2 years ago

1.0.100000001

2 years ago

1.0.100000000

2 years ago

1.0.0

2 years ago