haffaz
v0.0.32
Published
[](https://www.npmjs.com/package/haffaz) [](https://travis-ci.org/tomasbjerre/dictator-haffaz)
Downloads
59
Readme
Haffaz
An example dictator created with dictator-builder.
Usage
It can be used with any kind of repository, not only Node.
Example usage here.
Node
You can let Haffaz dictate your source repository by adding it to package.json
like:
{
"scripts": {
"prepare": "haffaz"
},
"devDependencies": {
"haffaz": "a.b.c"
}
}
Or with npx
, in prepare
or preinstall
:
{
"scripts": {
"prepare": "npx haffaz@a.b.c"
}
}
Other
It can be run from command line with: npx haffaz@latest
.