rasm

1.0.2-beta • Public • Published

RASM

Create short Roblox scripts with a few words.

Usage

Command Line

Run rasm --help for information on the commands.

In The File

  1. Install RASM

Run npm install rasm@latest in the terminal

  1. Import RASM
// CommonJS

const RASM = require('rasm');
const rasm = new RASM();

// ES6

import RASM from 'rasm';
const rasm = new RASM();
  1. Use RASM
let convert_str = `
SET a 50;
PRINT a;
`
console.log(RASM.luau(convert_str))

And that's it! You're all set.

Readme

Keywords

Package Sidebar

Install

npm i rasm

Weekly Downloads

4

Version

1.0.2-beta

License

ISC

Unpacked Size

8.16 kB

Total Files

16

Last publish

Collaborators

  • r0bl0x10501050