wclr / ncl

Copy npm/yarn linked modules like a boss.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ncl (ycl)

Copies npm/yarn linked modules to your project.

Why

Because uisng symlinked packages while development often brings a lot of troubles, with dependencies, etc...

Install

npm (scoped)

  npm i ncl -g

Usage

It adds two commands to cli:

  • ncl for dealing with npm's client global/linked modules
  • ycl for dealing with yarn's linked modules
ycl [options] module1 [module2...]

Options:
  --empty         cleans up destignation module directory before copying
                                                                       [boolean]
  --no-npmingore  do not read .npmignore
  --help          Show help                                            [boolean]

Examples:
  ycl my-module                 - simple copy
  ycl --empty mongoose express  - empty destignation directory before

About

Copy npm/yarn linked modules like a boss.


Languages

Language:TypeScript 95.9%Language:JavaScript 4.1%