1.0.0-beta.4 • Published 5 years ago

flores-cli v1.0.0-beta.4

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

Flores CLI

Build Status Test Covarage Greenkeeper Latest Version

The CLI tool for the Flores API.

Documentation

The API documentation and the guide on how to get started are available on Flores repository.

Install

$ npm install flores-cli

Usage

$ flores --help

  Usage
    $ flores <command> [--config]

  There are three available commands:
    - build: Generate the website.
    - serve: Generate the website and preview it with the built-in server.
    - watch: Regenerate the website and reload the browser automatically on file changes.

  Options
    --config, -c: The path to website configuration file, default to "site.config.js".

  Examples
    $ flores build
    $ flores serve --config my-config.js
    $ flores watch -c my-config.js

Related

  • flores: The programmatic API for this CLI tool.
  • flores-create: The CLI tool for creating a new Flores website.
  • flores-starter: The starter template for Flores website.

License

MIT © Risan Bagja Pradana

1.0.0-beta.4

5 years ago

1.0.0-beta.3

5 years ago

1.0.0-beta.2

5 years ago

1.0.0-beta.1

5 years ago

1.0.0-beta.0

5 years ago

0.1.0

5 years ago