uninstall-package

Uninstall node modules from JavaScript.

Downloads
20
Stars
1
Committers
3

uninstall-package test

Uninstall node modules from JavaScript.

Install

npm install uninstall-package

Usage

import uninstall from 'uninstall-package';

uninstall('co', '--save').then(result => {
  console.log(result.stdout);
  console.log(result.stderr);
});

API

uninstall(packages, [args], [options])

packages

Type: String, Array<String>

args

Type: String, Array<String>, Object

options

Type: Object

License

MIT © Shogo Sensui

Package Rankings
Top 11.75% on Npmjs.org