Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wclr/ncl
Copy npm/yarn linked modules like a boss.
https://github.com/wclr/ncl
copy developer-tools link npm yarn
Last synced: 6 days ago
JSON representation
Copy npm/yarn linked modules like a boss.
- Host: GitHub
- URL: https://github.com/wclr/ncl
- Owner: wclr
- Created: 2017-04-14T06:39:43.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-04-14T06:40:39.000Z (almost 8 years ago)
- Last Synced: 2024-11-12T15:31:18.503Z (2 months ago)
- Topics: copy, developer-tools, link, npm, yarn
- Language: TypeScript
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### ncl (ycl)
> Copies npm/yarn linked modules to your project.
## Why
Because uisng [symlinked packages](https://docs.npmjs.com/cli/link) while development often brings a lot of troubles, with dependencies, etc...
## Install
![npm (scoped)](https://img.shields.io/npm/v/ncl.svg?maxAge=86400)
```
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
```