This package has been deprecated

Author message:

package renamed pwomp

exemplar-cli

0.0.8 • Public • Published

exemplar-cli

Build Status

A command-line interface for creating, serving, and building exemplar projects.

Exemplar is a lightly-opinionated framework for building static sites.

Installation

npm install -g exemplar-cli

Usage

After installation the exemplar command will be available in your terminal.

You can call exemplar <command> --help to find out more about the following commands.

Create a new project

exemplar new my-new-site

This will create a new folder my-new-site, scaffold the Exemplar project, and install any necessary dependencies.

Build the project

exemplar build

This will compile your source folder into an output folder ready to be deployed and served.

Run the development server

exemplar serve

This will launch a development server automatically builds your project on file changes and serves the compiled site at http://localhost:3000/.

Readme

Keywords

none

Package Sidebar

Install

npm i exemplar-cli

Weekly Downloads

0

Version

0.0.8

License

MIT

Last publish

Collaborators

  • frxnz