2.0.0 • Published 3 years ago

uninstall-package v2.0.0

Weekly downloads
3
License
MIT
Repository
github
Last release
3 years ago

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

2.0.0

3 years ago

1.0.0

4 years ago

0.4.1

4 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago

0.0.0

8 years ago