Skip to content
This repository has been archived by the owner on Jun 23, 2021. It is now read-only.

Point at your managers

Lode Claassen edited this page May 5, 2016 · 1 revision

Debby can check multiple package managers. Normally this works out-of-the-box. In some cases you'll need to tell Debby where to find which manager.


Composer

Tell Debby where to find the composer.json/lock files.

{
	"check_composer": {
		"path": "/path/to/composerjson/"
	}
}

npm

Tell Debby where to find the package.json file.

{
	"check_npm": {
		"path": "/path/to/packagejson/"
	}
}
Clone this wiki locally