CLI

The Phlexite CLI makes development significantly easier. You can install it with either RubyGems:

gem install phlexite-cli

or Homebrew:

brew install aleksrutins/tap/phlexite

Then, you can run a development server:

phlexite dev

or build your site:

phlexite build

Consult phlexite --help for more information.