GithubHelp home page GithubHelp logo

effkay / brunch Goto Github PK

View Code? Open in Web Editor NEW

This project forked from brunch/brunch

6.0 2.0 18.0 2.5 MB

brunch is a lightweight client side framework on top of backbone.js, eco and stylus using coffee-script.

brunch's Introduction

Early alpha, please use with caution!

brunch is lightweight client side framework on top of backbone.js, eco and stylus using coffee-script

How to Install

you can get brunch using the node package manager

npm install brunch

How to Use

create a new project using 'proj' as app namespace

brunch new <proj>

start the file watcher to process all .coffee, .sass or .html file changes automatically

brunch watch

build the project

brunch build

brunch provides the possibility to choose between different project templates currently these are available

  • express (default)
  • base

you can choose between them via option "--projectTemplate"

brunch new my_app --projectTemplate base

project templates

base

Just the basic brunch layout including src, config and build.

express

Includes build in express server which will be started with "brunch watch". You can take a look at the app at "localhost:8080".

Standing on the Shoulders of Giants

Instead of reinventing the wheel, brunch assembles awesome wheels.

Development

Watch coffeescript files and compile them via

cake watch

and run tests via

cake test

Contact

Feel free to contact us at Freenode #brunch in the IRC client of your choice.

TODO

  • more & improved documentation
  • tests
  • come up with a require solution
  • add support for subfolders - see issue #16
  • move concatination.js to app.js
  • directly call fusion, stylus and coffeescript instead of spawning child process

other stuff

  • add zepto to brunch cdn

Future plans

  • add "build deploy" which generates index.html with script tags using cdn
  • add phonegap support

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.