This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

blubba
TypeScript icon, indicating that this package has built-in type declarations

5.2.411 • Public • Published

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;

Package Sidebar

Install

npm i blubba

Weekly Downloads

1

Version

5.2.411

License

MIT

Unpacked Size

5.64 MB

Total Files

59

Last publish

Collaborators

  • bumpybill
  • proximitynow19