0.4.1 • Published 3 years ago

longerjs v0.4.1

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

Install

One command is enough to download.

npm i longerjs

Usage

longerjs file.js compile.js

Advantage with longerjs

Echo

Input:

echo("test"); // (12 character)

Output:

console.log("test"); // (19 character)

Function

Input:

def test() {
    echo("test")
} // (26 character)

Output:

function test() {
    console.log("test");
} // (38 character)
0.3.0

3 years ago

0.4.1

3 years ago

0.4.0

3 years ago

0.3.1

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.0

3 years ago