0.10.0 • Published 1 year ago

moo-client-ts v0.10.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

moo-client-ts

automated-checks-badge code-coverage-badge

This can be used to get (and eventually set) verb code in a MOO.

Example (read verb code)

import { MooClient } from 'moo-client-ts';

const client = new MooClient('my.moo.com', 7777, 'MyUser', 'MyPassword');

const verbData = await client.getVerbData('my-object', 'my-verb');

console.log(verbData);

=>

VerbData {
  reference: '#131:test',
  name: 'MyUser:test',
  code: [ '"Usage: ;#131:test();";', 'player:tell("test");' ]
}

Example (write verb code)

TODO

0.8.4

1 year ago

0.8.7

1 year ago

0.10.0

1 year ago

0.8.6

1 year ago

0.9.0

1 year ago

0.8.0

1 year ago

0.8.3

1 year ago

0.8.2

1 year ago

0.7.0

1 year ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0

1 year ago

0.3.0

1 year ago

0.2.0

1 year ago

0.1.0

1 year ago