Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tucmc/hazel

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tucmc/hazel

Clubs Data Processing Framework

  • 0.0.5
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
11
Maintainers
1
Weekly downloads
 
Created
Source

Hazel—Clubs Data Processing Framework

Use Hazel to deal with complex data without hustle.

Prerequisite

Current built-in data source is Firebase Firestore. To establish the connection .env is required with the format as shown below.

.env File

FCERT_CLIENT_EMAIL=
FCERT_PROJECT_ID=
FCERT_PRIVATE_KEY=

Important note

Default exported data directory is ./resource, which git ignored by default. To avoid accidentally exposing any data, this directory should not be added to the public repository.

Installation

Install the package globally using any package manager.

npm install --global @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 :)


Made with ♥ by TUCMC

Keywords

FAQs

Package last updated on 13 May 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc