Skip to content
This repository has been archived by the owner on May 29, 2021. It is now read-only.

tomasbjerre/dictator-haffaz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

An example dictator created with dictator-builder

Topics

Resources

Stars

Watchers

Forks

Sponsor this project

Packages

No packages published