/statix-cli

Command line interface for Statix

Primary LanguageJavaScript

Statix CLI

Command line interface for the statix site generator Statix. Create a statix.config.js file in the root of your project to use this CLI. View hemamaps/statix for documentation.

Installation

  1. npm install -g hemamaps/statix-cli

Usage

Run a development server

  1. CD path/to/project/dir
  2. statix server

Build project

  1. CD path/to/project/dir
  2. statix build