0.2.4 • Published 11 years ago
flipside v0.2.4
flipside
A CLI for static web development.
Getting Started
Flipside should be installed globally:
npm install -g flipsideCLI 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 serverBuild
To build a distributable of the website, use the build command:
flip buildClean
To clean the distribution diretory, use the clean command:
flip cleanAlternative 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-projectLicense
The code is available under the MIT license.