npm.io
1.2.3 • Published 1 week ago

@milaboratories/miplots4

Licence
ISC
Version
1.2.3
Deps
30
Size
4.3 MB
Vulns
0
Weekly
0

MiPlots 4

  • TODO add description

Install

pnpm install

Build and install locally

pnpm run build && pnpm do-pack

This command will generate a .tgz file at the directory's root: ./package.tgz

It can be installed in another project using 'overrides' in package.json:

"pnpm": {
    "overrides": {
        "@milaboratories/miplots4": "/path/to/folder/visualizations/packages/miplots4/package.tgz"
     }
}