Coder Social home page Coder Social logo

floomatic's Introduction

floomatic

A headless Floobits workspace and disk watcher. Handy for shipping changes to a testing server.

Setup

  1. npm install floomatic

  2. Go to your Floobits user settings.

  3. Copy your ~/.floorc from that page. Save it locally to ~/.floorc.

Now you're all set!

Usage

Share a directory

floomatic --share /path/to/share

Join a workspace

floomatic --join https://floobits.com/r/owner_name/workspace_name

If you don't want to ship local changes to the Floobits server, use --read-only

floomatic --read-only --join https://floobits.com/r/owner_name/workspace_name

Hooks

floomatic reads hooks from .floo in the base path of the shared directory. The format of .floo is:

{
    "url": "https://floobits.com/r/owner/workspace",
    "hooks": {
        "**": "/etc/init.d/apache restart",
        "static/less/**": "less static/less/*"
    }
}

The hooks in this example will restart apache whenever any file in the workspace gets changed, and will regenerate css from less whenever less files change. Patterns are matched by minimatch.

floomatic's People

Contributors

ggreer avatar kans avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.