MCPcopy Create free account
hub / github.com/effector/effector / copyLicense

Function copyLicense

tasks/common.ts:4–5  ·  view source on GitHub ↗
(libName: string)

Source from the content-addressed store, hash-verified

2import packages from 'Builder/packages.config'
3
4export const copyLicense = (libName: string) => () =>
5 massCopy('.', `npm/${libName}`, ['LICENSE'])
6export const generatePackageJSON = (libName: string) => () =>
7 outputPackageJSON(`packages/${libName}/package.json`, packages[libName])

Callers 1

effector.tsFile · 0.90

Calls 1

massCopyFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…