Skip to content
This repository was archived by the owner on Jan 8, 2023. It is now read-only.
 
 

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

scriptsdev for Composer

It's like require-dev, but for scripts

Installation

Just run composer require neronmoon/scriptsdev --dev

Usage

After installing you able to add scripts-dev directive in your composer.json

...
"extra": {
	"scripts-dev": {
		"post-install-cmd": [
			"npm install --dev"
		],
		"post-update-cmd": [
			"php ./someCoolCommand.php"
		]
	},
},
...

About

Scripts-dev directive for composer

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages