npm install runtime-dev-cli -g
runtime-dev initconfigEdit config file (runtime.js, cross compiler directory)
runtime-dev editconfig # the same as "vim ~/.runtimerc.toml"# Runtime.js directory path
RuntimePath = "${HOME}/runtime"
# Cross compiler root path
CrossCompilerPath = "${HOME}/opt/cross"
# bash
runtime-dev completion >> ~/.bashrc
# zsh
runtime-dev completion >> ~/.zshrcExample commands
runtime-dev start
runtime-dev start --build
runtime-dev start --initrd
runtime-dev start --net --kvm
runtime-dev start --net --kvm --curses
runtime-dev start --build --net --kvm --curses
runtime-dev start --build --docker --net
runtime-dev build
runtime-dev build --docker
runtime-dev initrd
runtime-dev initrd --dockerRun runtime-dev for usage info