README.md in marionette_dust-0.0.2 vs README.md in marionette_dust-0.0.3
- old
+ new
@@ -10,11 +10,11 @@
Installation
-------
-Add marionette_dust in your gemfile:
+Add marionette_dust to your gemfile:
```ruby
gem 'marionette_dust'
```
Download and install by running:
@@ -24,11 +24,11 @@
```
Initialize your app with:
```
-$ rails generate marionette_dust:install
+$ rails generate md:install
```
This adds `//= require marionette_dust` in your application.js manifest and generates the basic scaffold for your marionette application:
```
@@ -38,20 +38,22 @@
├── apps/
├── entities/
└── app.js
```
+You can past an optional argument ( -c ) if you want coffeescript files.
+
Generators
-------
-All generators are based on [marionette modules][3], the original idea is described in the exellent book [Backbone.Marionette.js: A Gentle Introduction][4], and the all credits go to [BackboneRails.com][5]
+All generators are based on [marionette modules][3], the original idea is described in the excellent book [Backbone.Marionette.js: A Gentle Introduction][4], and the all credits go to [BackboneRails.com][5]
- **Scaffold**
Generates a scaffold for a sub-app, under apps folder, running:
```
- $ rails generate marionette_dust:scaffold Foo
+ $ rails generate md:scaffold Foo [-c]
```
will generate:
```
app/
@@ -67,11 +69,11 @@
- **Submodule**
Generates a submodule under an existent app (previously generated with the Scaffold generator), running:
```
- $ rails generate marionette_dust:submodule bar --parent foo
+ $ rails generate md:submodule bar --parent foo [-c]
```
will generate:
```
app/
@@ -89,23 +91,40 @@
└── foo/
└── bar/
└── bar.jst.dust
```
+About
+-------
+This version includes:
+
+ * Marionette.js v1.2.2
+ * Dust.js v2.2.2
+
+Also this project is inspired by:
+
+[Backbone on rails][7] and [Dust assets][6]
+
+
+
Contributing
-------
1. Fork it
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create new Pull Request
+[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/0fcf36aa176a3fc30ebbec87bf7b28d2 "githalytics.com")](http://githalytics.com/RobertoDip/marionette_dust-rails)
+
[1]: http://marionettejs.com/
[2]: http://linkedin.github.io/dustjs/
[3]: https://github.com/marionettejs/backbone.marionette/blob/master/docs/marionette.application.module.md
[4]: https://leanpub.com/marionette-gentle-introduction
[5]: http://www.backbonerails.com/
+[6]: https://github.com/hasmanydevelopers/dust_assets
+[7]: https://github.com/meleyal/backbone-on-rails
[Build Status]: https://travis-ci.org/RobertoDip/marionette_dust-rails
[Code Climate]: https://codeclimate.com/github/RobertoDip/marionette_dust-rails
[Gemnasium]: https://gemnasium.com/RobertoDip/marionette_dust-rails
[Gem Version]: https://rubygems.org/gems/marionette_dust