New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

flores-cli

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flores-cli

The CLI tool for the Flores API.

1.0.0-beta.4
latest
Source
npm
Version published
Weekly downloads
28
211.11%
Maintainers
1
Weekly downloads
 
Created
Source

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
  • 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

Keywords

flores

FAQs

Package last updated on 05 Jan 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts