2.4.0 • Published 1 month ago

@flowr/petal v2.4.0

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
1 month ago

Petal

Usage

yarn add --dev @flowr/petal

Add the scripts and commit hooks to your package.json:

{
    "scripts": {
        "test": "petal test",
        "lint": "petal lint",
        "build": "petal build",
        "commit": "petal commit",
        "release": "petal release"
    }
}