0.0.14 • Published 1 month ago

@damienmortini/globlink v0.0.14

Weekly downloads
-
License
ISC
Repository
github
Last release
1 month ago

Glob Link

npm link all packages matching an array of glob patterns

⚠️ To be able to link packages, they should be added to the list of linkable packages locally. See npm link for more information. If you are working in a monorepo with workspaces you can use npm link --workspaces to link all workspaces in one go.

Command Line

globlink [globpatterns]

Example

globlink @my-scope/* @another-scope/* packageprefix-* a-single-package ...

API

globLink(globPatterns:String[]) // Returns a promise

Example

import { globLink } from '@damienmortini/globlink'

await globLink([
  'my-package',
  '@my-scope/*'
  '@my-scope2/*'
])
0.0.12

1 month ago

0.0.13

1 month ago

0.0.14

1 month ago

0.0.11

5 months ago

0.0.10

10 months ago

0.0.9

10 months ago

0.0.8

1 year ago

0.0.7

1 year ago

0.0.6

1 year ago

0.0.5

1 year ago

0.0.4

1 year ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago

0.0.0

2 years ago