Skip to content
rohenaz edited this page Oct 31, 2016 · 1 revision

Usage

silica [command] [options] 

Commands

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]

Clone this wiki locally