1.0.0-pre.0 • Published 7 years ago

ncl v1.0.0-pre.0

Weekly downloads
-
License
MIT
Repository
-
Last release
7 years ago

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