5.2.411 • Published 4 years ago

blubba v5.2.411

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

Blubba

Compile JavaScript Code Into Diamondfire Templates

File Locations

  • Compiler: lib/index.js
  • CLI: bin/index.js

Installation

npm i blubba --save-dev

Usage

Please Note: Blubba doesn't run your code, it only compiles it into a Diamondfire template

const blubba = require("blubba");

blubba.on("JOIN", () => {
  blubba.player_action.SENDMESSAGE("Hello World");
});

module.exports = blubba.blocks;
5.2.411

4 years ago

5.2.41

4 years ago

5.2.5

4 years ago

5.2.4

4 years ago

0.0.1

4 years ago