Socket
Socket
Sign inDemoInstall

generator-marionette-rails

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

generator-marionette-rails

Scaffold generator of environment Marionette to Rails


Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

generator-marionette-rails Build Status

Yeoman generator

Getting Started

What is Yeoman?

Trick question. It's not a thing. It's this guy:

Basically, he wears a top hat, lives in your computer, and waits for you to tell him what kind of application you wish to create.

Not every new computer comes with a Yeoman pre-installed. He lives in the npm package repository. You only have to ask for him once, then he packs up and moves into your hard drive. Make sure you clean up, he likes new and shiny things.

npm install -g yo

What is Rails?

Rails is a web application development framework written in the Ruby language. It is designed to make programming web applications easier.

rails

gem install rails

Yeoman Generator Marionette Rails

This generator is intended to help structure a project on rails that provide to receive the marionette as the framework of javascript.

To install generator-marionette-rails from npm, run:

npm install -g generator-marionette-rails

Finally, initiate the generator:

yo marionette-rails

Directory structure

  • app/
    • assets/
      • javascripts/ --> client side files(root dir)
        • backbone/

          • apps/
          • entities/
          • lib/
            • components/
            • concerns/
            • controllers/
                • application_controller.js(.coffee)
            • utilities/
                • fetch.js(.coffee)
                • mixings.js(.coffee)
                • navigation.js(.coffee)
                • registry.js(.coffee)
                • renderer.js(.coffee)
            • views/
            • app.js(.coffee)
        • config/

          • backbone/
              • sync.js(.coffee)
            • assets.js(.coffee)
            • hamlc.js(.coffee)
            • settings.js.erb
          • application.js(.coffee)
    • config/
      • initializers/
          • live_reload_middleware.rb

    • bower.json
    • .bowerrc
    • vendor/assets/bower_components --> bower installs

Options

  • jsRootDestination: (app/assets/javascripts) Root directory is optional, you can change.

  • hasCoffee: (true|false)

    You can pick coffescript or javascript. By default's coffeescript.

  • templateEngine: (haml|underscore)

    You may use haml and underscore. By default is haml

  • hasLiveReload: (true|false)

    You can request for we configured the livereload for your assets

  • classLoading: (string)

    Sets the CSS class to the div to load. By default's is-loading

License

MIT

Keywords

FAQs

Package last updated on 17 Feb 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc