Skip to content

stellarwp/strauss-build

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

StellarWP Strauss Build

This is a helper repository for handling Strauss builds.

Installation

composer require stellarwp/strauss-build

Configuration

The composer.json file should contain the following:

"scripts": {
	"strauss": [
		"./vendor/bin/stellar-strauss"
	],
	"post-install-cmd": [
		"@strauss --command=install"
	],
	"post-update-cmd": [
		"@strauss --command=update"
	]
},

About

This is a helper repository for handling Strauss builds

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published