0.2.4 • Published 2 years ago

yy-boss-ts v0.2.4

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

YY-BOSS-TS

This is a Typescript binding for the Yy-Boss Json Api. It is in early stages of development, but will be complete, as much as the YyBoss is, in the foreseeable future.

The YyBoss is an executable which is capable of making changes to a given Gms2, 2.3, project. It takes Json commands over stdin. It is, itself, written in Rust, and can also be used as a library for other Rust projects.

This project, YyBossTs, provides an interface to abstract the exe into a simple async library. Calls to the YyBoss look similar to the following:

async function main() {
    const yyp_boss = await create_yy_boss();

    await yyp_boss.writeCommand(new CreateFolderVfs('folders/Test.yy', 'Test2'));
    await yyp_boss.writeCommand(new SerializationCommand());
    await yyp_boss.shutdown();
}

More details on the YyBoss project generally can be found here, at the YyBoss Github page.

License

This project is dual licensed under both the MIT and Apache license.

0.2.3

2 years ago

0.2.4

2 years ago

0.2.2

2 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.4

4 years ago

0.1.5

4 years ago

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago