flipside

0.2.4 • Public • Published

flipside

A CLI for static web development.

bulild status

Getting Started

Flipside should be installed globally:

npm install -g flipside

CLI Commands

Server

The server command create a local HTTP server with live reload support (coming soon), as changes are made to project files they will automatically be reflected in the browser.

This is the default command for flipside, so the server command is optional:

flip
flip server

Build

To build a distributable of the website, use the build command:

flip build

Clean

To clean the distribution diretory, use the clean command:

flip clean

Alternative paths

By default it is assumed your current directory is the root of a flipside project, if no you can specify the path as the last parameter for most commands like so:

flip ./my-project
 
flip server ./my-project
 
flip build ./my-project
 
flip clean ./my-project

License

The code is available under the MIT license.

Readme

Keywords

none

Package Sidebar

Install

npm i flipside

Weekly Downloads

0

Version

0.2.4

License

MIT

Last publish

Collaborators

  • sandcastle