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

0.0.9-alpha.5 • Public • Published

muletrain

Deploys

Install

npm install muletrain
npx cap sync

API

echo(...)

echo(options: { value: string; }) => Promise<{ value: string; }>
Param Type
options { value: string; }

Returns: Promise<{ value: string; }>


checkForUpdates()

checkForUpdates() => Promise<{ version: string; }>

Returns: Promise<{ version: string; }>


download(...)

download(options: { version: string; }) => Promise<{ version: string; }>
Param Type
options { version: string; }

Returns: Promise<{ version: string; }>


setLiveVersion(...)

setLiveVersion(options: { version: string; }) => Promise<void>
Param Type
options { version: string; }

getLiveVersion()

getLiveVersion() => Promise<{ version: string; }>

Returns: Promise<{ version: string; }>


Readme

Keywords

Package Sidebar

Install

npm i muletrain

Weekly Downloads

4

Version

0.0.9-alpha.5

License

MIT

Unpacked Size

45.7 kB

Total Files

18

Last publish

Collaborators

  • nickgartmann
  • greg.billetdeaux