-
Notifications
You must be signed in to change notification settings - Fork 4
CLI
rohenaz edited this page Oct 31, 2016
·
1 revision
silica [command] [options]
output the version number
silica -v
Create new project in the current directory
silica create [name]
- -s --short [name] - A custom top level domain
Build the current project
silica build
- -d --done [script] - The path to a script to run after build
- -s --styles [path] - Directory of additional style imports relative to the src directory
Build and serve the current project
silica watch [options]
- -p --port [value] - The port to listen on
- -s --styles [path] - Directory of additional style imports relative to the src directory
- -l --live - Disable live reload
help [cmd] - display help for [cmd]
silica help [cmd]