haffaz
v0.0.32
Published
[![NPM](https://img.shields.io/npm/v/haffaz.svg?style=flat-square)](https://www.npmjs.com/package/haffaz) [![Build Status](https://travis-ci.org/tomasbjerre/dictator-haffaz.svg?branch=master)](https://travis-ci.org/tomasbjerre/dictator-haffaz)
Downloads
7
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 [email protected]"
}
}
Other
It can be run from command line with: npx haffaz@latest
.