dreamlab-cli
v0.0.15
Published
File sync daemon for editing live dreamlab games
Downloads
20
Readme
dreamlab-cli
CLI tool to allow you to develop Dreamlab games
Usage
$ # fetch a world (à la 'git clone')
$ dreamlab-cli fetch $URL
$
$ # start a dev session
$ dreamlab-cli dev -u $INSTANCE_URL -e $EDIT_TOKEN
$
$ # WIP:
$ # set up the local dreamlab dev environment (directory, creds, etc)
$ dreamlab-cli setup
$ # grab world files for a given game
$ dreamlab-cli get $GAME
$ # spin up a dev-mode instance from the local games folder
$ dreamlab-cli edit $GAME