0.0.2 • Published 19 days ago

@tucmc/hazel v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
19 days ago

Hazel—Clubs Data Processing Framework

Use Hazel to deal with complex data without hustle.

Prerequisite

.env File

FCERT_CLIENT_EMAIL=
FCERT_PROJECT_ID=
FCERT_PRIVATE_KEY=

Important note

Installation

Install the package globally using any package manager.

npm install --global @tucmc/hazel
yarn add -G @tucmc/hazel

Some examples can be found here. 🗒️ Examples

To start create a script, please take a look at cli documentation.

Hazel CLI

Hazel is now available as a CLI.

You can now access the framework mainly from behind the CLI. If you want to use hazel in your node project you can install the library again locally.

Try using

hazel --help

CLI can be used to run or init single-file hazel script without the creation of node project.

Further documentation about Hazel CLI can be found here. CLI Documentation

Documentation

Library documentation can be found here. Documentation is here :)