Welcome to the elenebelocococicociciacicia Docs

Everything you need to get started with our cutting-edge platform.

Installation

Use the following command to install the elenebelocococicociciacicia package:

npm install @elenebelo/core

Configuration

After installation, create a elenebelo.config.js file in your root directory:

module.exports = {
  apiKey: process.env.ELB_API_KEY,
  mode: "developer"
}

First Use

1. Import the core module

const elb = require('@elenebelo/core')

2. Initialize with your config

const client = elb.init({
  envPath: ".env"
})