Giter Club home page Giter Club logo

generator-backbone-browserify's Introduction

Backbone browserify generator for Yeoman

This Yeoman generator provides some shortcuts to work with Backbone project based on Browserify and Handlebars.

Install with

$ npm install -g generator-backbone-browserify

Scaffold a new project

$ mkdir new_dir && cd new_dir
$ yo backbone-browserify

Scaffold components

$ yo backbone-browserify:view NAME
$ yo backbone-browserify:model NAME
$ yo backbone-browserify:collection NAME

Build

Build project with: `

$ make

License

MIT, 2014, Patrick Mulder

generator-backbone-browserify's People

Contributors

mulderp avatar

Stargazers

Ranlizzz avatar Kostas Minaidis avatar Rafael Jesus avatar Eduardo Stuart avatar Brayan Castro avatar Dmytro Rashko avatar Nicholas Palaniuk avatar Tony Brown avatar Aris avatar Vitalii Markov avatar Harald Haesler avatar Jonathan Barratt avatar Martin Gausby avatar

Watchers

 avatar James Cloos avatar Tony Brown avatar

Forkers

graphicdthanh

generator-backbone-browserify's Issues

Redundant compilation causes Handlebars error

I believe that having hbsfy listed as a transform and manually calling it in the makefile is causing a redundant compilation to occur which results in handlbars spitting out the hbsfy code as a template. Removing hbsfy from the list of transforms solved the problem for me.

Warning on 'make'

Hi, first thanks a lot for composing this generator. I personally like the way yeoman kickstarts a web project, but what really makes it useful are the generators like yours. Thanks!

I run into a problem when doing the make:

(node:72341) DeprecationWarning: Using Buffer without `new` will soon stop working. Use `new Buffer()`, or preferably `Buffer.from()`, `Buffer.allocUnsafe()` or `Buffer.alloc()` instead.

I searched in the project and upgraded Express to 4.14, but the problem is still there. Not sure if you want to take a look.

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.