Sha256: e0ce4907f9b4a34a9ac770426e1bf6dbdfcd6c51c51f5300256be53eed7e250a

Contents?: true

Size: 700 Bytes

Versions: 3

Compression:

Stored size: 700 Bytes

Contents

My-Simon ( ͡° ͜ʖ ͡°)
=====

Simple PHP MVC Boilerplate / Scaffolding 


Think rails but dummer (and simpler). Does it make sense to make a Ruby gem for a php framework? No. Does it matter? No.



Using Simon to setup the boilerplate
```php
gem install my-simon
```

Create a new simon project in current folder
```php
simon create
```

Using Simon to add a new section
```php
simon add section
```

Using Simon to add [Heroku](http://heroku.com/) PHP compatability
```php
simon add heroku
```

Using Simon to add a javascript file to be downloaded locally and to add it to the footer
```php
simon add js [url to js file]
```

Using Simon to add basic Backbone
```php
simon add backbone
```

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
my-simon-0.3.6 README.md
my-simon-0.3.5 README.md
my-simon-0.3.4 README.md