haffaz

0.0.32 • Public • Published

Haffaz

NPM Build Status

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.

Readme

Keywords

none

Package Sidebar

Install

npm i haffaz

Weekly Downloads

1

Version

0.0.32

License

none

Unpacked Size

2.44 kB

Total Files

8

Last publish

Collaborators

  • tomasbjerre