Command Line Interface
INFO
In this references, the package manager will be ommited, remember to pre append your command with your package manager (ex.: npm weaver <command>)
All commands have -h, -help option
weaver setup
Downloads Tweego and story formats to .tweenode/ directory
Usage
sh
weaver setupOptions
| Option | Description |
|---|---|
-c, --clean-setup | Run a clean setup by deleting .tweego/dir |
weaver dev
Starts ThyWeaver in development mode and, by default serves the game at http://localhost:3000
sh
weaver devweaver build
Builds the game and copies media/ to dist/
sh
weaver buildweaver build
INFO
Not implemented yet
Builds the game, copies media/ and then packages everything into a .zip at dist/
sh
weaver package