Skip to content
This repository has been archived by the owner on Feb 7, 2018. It is now read-only.

volatile/volatile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

volatile

Volatile CLI is a tool for managing Volatile app source code.

Installation

Get the Volatile CLI:

go get github.com/volatile/volatile

NOTE: The Volatile CLI is actually only compatible with Unix-based systems.

New app

Command

volatile new myapp

makes a new directory named "myapp" and puts bootstrap code in.

If your app will be an API, use the api argument:

volatile new api myapp

Run app

When you are inside a Volatile app directory, just use

volatile

to automatically recompile and rerun the app every time a file change.

A ./build file can be used to automatically execute a shell script before building and running your app.
Don't forget the shebang and the executability rights for this script!

Update Volatile

To get updated versions of the Volatile CLI, the core and all handlers and helpers:

volatile update

Releases

No releases published

Packages

No packages published

Languages