gosod

1.1.2 • Public • Published

Gosod

Use for packing up a local npm dependency and then installing it.

Installing

npm install local-install

Usage

Gosod will not save the dependencies as it cleans the packages up after running.

Programmatically

import { LogLevel, packageInstall } from 'gosod';
 
await packageInstall(['../../otherPackage', '../otherPackage2'], LogLevel.WARN);
 

Cli

gosod ../otherPackage1 ../otherPackage2 --logLevel=warn

Readme

Keywords

none

Package Sidebar

Install

npm i gosod

Weekly Downloads

1

Version

1.1.2

License

ISC

Unpacked Size

10.8 kB

Total Files

20

Last publish

Collaborators

  • cleavera