@seyden/cli
v2.0.7
Published
Suwatte Development Tools
Downloads
5
Readme
Suwatte CLI Tool
Installation
npm i -g @suwatte/cli
Usage
Suwatte Development Tools.
Options:
-V, --version output the version number
-h, --help display help for command
Commands:
build [options] Builds valid runners in project directory.
serve [options] Builds & Serves a List on the local network.
help [command] display help for command
Commands
daisuke build
Usage: daisuke build [options]
Builds valid runners in project directory.
Options:
--noList Skips generating the runner list.
-h, --help display help for command
daisuke serve
Usage: daisuke serve [options]
Serves a built source list
Options:
-p, --port <string> Port to run the server
-h, --help display help for command