0.0.15 • Published 1 year ago

dreamlab-cli v0.0.15

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

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