flores-create

1.0.0-beta.0 • Public • Published

Flores Create

Build Status Test Covarage Greenkeeper Latest Version

The CLI tool for creating a new Flores website.

Documentation

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

Installation

$ npm install --global flores-create

Usage

$ flores --help
 
  Usage
    $ flores-create <path> [--starter] [--package-manager]
 
    - path: The path where you want to create the Flores website.
 
  Options
    --starter, -s: The URL of Flores starter template to download.
 
    If not providied, it will use the default Flores starter template at:
    "https://github.com/risan/flores-starter/archive/master.zip".
    If it's a Github repository and you want to use the master branch, you
    may provide a shorter value: "@risan/flores-starter". Note that you must
    add "@" character in the front.
 
    --package-manager, -p: The package manager to use ("npm" or "yarn").
 
  Examples
    $ flores-create my-blog
    $ flores-create my-blog --starter https://github.com/risan/flores-starter/archive/master.zip
    $ flores-create my-blog -s @risan/flores-starter
    $ flores-create my-blog --package-manager npm
    $ flores-create my-blog -p yarn

Related

License

MIT © Risan Bagja Pradana

/flores-create/

    Package Sidebar

    Install

    npm i flores-create

    Weekly Downloads

    1

    Version

    1.0.0-beta.0

    License

    MIT

    Unpacked Size

    9.44 kB

    Total Files

    11

    Last publish

    Collaborators

    • risan