Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 1.01 KB

README.md

File metadata and controls

19 lines (12 loc) · 1.01 KB

Codeship Status for cdaringe/mock-package-install Coverage Status

mock-package-install

Greenkeeper badge

Generate a mock npm-like package installation.

You can also update a package.json as you add/remove packages. See the docs!

usage

var mockPackage = require('mock-package-install')
var mock1 = mockPackage.install() //=> node_modules/mock_package_1 now exists w/ package.json
mockPackage.remove({ name: mock1.name }) //=> removes the pkg folder

Of course this is all configurable. Full API docs live here