Git Product home page Git Product logo

brunch-with-hampsters's Introduction

Brunch with Hampsters

This is the Ember.js Brunch app skeleton that I always wanted. And now I have it! Muwahahaah.

Languages

Bonus Features

Getting started

brunch new <appname> --skeleton https://github.com/wordofchristian/brunch-with-hampsters
brunch w -s

or

$ git clone [email protected]:wordofchristian/brunch-with-hampsters.git
$ npm install
$ brunch w -s

or

$ git clone [email protected]:wordofchristian/brunch-with-hampsters.git && npm install && brunch w -s

Generators

There are some helpful generators to get you started.

First install scaffolt

npm install -g scaffolt

Calling scaffolt controller corn will make a new controller at app/controllers/corn.coffee

module.exports = CornController = Em.ObjectController.extend
  content: null

The following generators are supported out of the box:

  • Controller
  • Model (T)
  • ModelTest
  • Style
  • Template
  • View (T)
  • ViewTest

(T) Denotes a generator that also generates it's own test file.

All the generators live inside the /generators directory. They are easily customizable and you can quickly create your own. See the saffolt for more information.

##Testing

Includes mocha for testing.

./bin/test will run all the tests from from the command line using phantom-js.

If you want to run the tests in the browser you can run brunch w -s and then visit localhost:3333/test/. This works with autoreload.

Kudos

This started as a frankenmoster of my favorite parts of elving/brunch-with-hipsters and charlesjolley/ember-brunch

Special thanks to both those smart brunchers.

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.