The JavaScript Framework for Hyper-Efficient Code Wizards

An innovative, efficient, and adaptable framework to tackle modern development challenges.

Get Started

Advanced Debugging

Automates dependency management and real-time optimization suggestions.

Manage Dependencies

Handle project dependencies efficiently with streamlined collaboration.

Ensure Code Quality

Tools to maintain code quality without adding extra complexity.

Generate Eggs

Automatically generate code snippets and ensure the highest code quality.

Installation

pnpm install bleujs

Usage

Running the Application

Backend:

pnpm run start:backend

Frontend:

pnpm run start:frontend

Core Engine:

cd core-engine
pnpm run start

Dependency Management:

cd Dependency-management
pnpm start

Eggs Generator:

cd eggs-generator
pnpm run start

Examples

Generating Code

To generate code using Bleu.js, send a POST request to the /generate endpoint:

curl -X POST http://localhost:3000/generate -H "Content-Type: application/json" -d '{"template": "basic function"}'

Optimizing Code

To optimize code using Bleu.js, send a POST request to the /optimize endpoint:

curl -X POST http://localhost:3000/optimize -H "Content-Type: application/json" -d '{"code": "console.log(\"Hello, world!\");"}'

Debugging Code

To debug code using Bleu.js, send a POST request to the /debug endpoint:

curl -X POST http://localhost:3000/debug -H "Content-Type: application/json" -d '{"code": "console.log(\"Hello, world!\");"}'