0.0.26 • Published 6 years ago

tiresias-cli v0.0.26

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

tiresias-cli

install

npm install -g tiresias-cli

create project

tiresias init your-project-name

develop

tiresias run dev

or

tiresias run dev -p 9090

dev server will listen 9090 port.

build

tiresias run prod

or

tiresias run prod -d ~/Desktop/myproject-dist

project will build into ~/Desktop/myproject-dist