1.0.0 • Published 7 years ago

mock-package-install v1.0.0

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

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

mock-package-install

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