README.rdoc in codeigniter-scaffold-1.0.0 vs README.rdoc in codeigniter-scaffold-2.0
- old
+ new
@@ -1,8 +1,8 @@
-= codeigniter-scaffold
+= codeigniter-scaffold {<img src="https://travis-ci.org/zekitow/codeigniter-scaffold.png" alt="Build Status" />}[https://travis-ci.org/zekitow/codeigniter-scaffold]
-Simple scaffold generator for codeigniter 2.1.
+Simple scaffold generator for codeigniter 2.1.
== Usage
codeigniter-scaffold [options...]
-h, --help show this help
@@ -15,9 +15,13 @@
* Open 'application/config/config.php' and set-up the 'base_url' property;
* Open 'application/config/database.php' and set-up your database settings;
2. After running 'codeigniter-scaffold --scaffold [options...]'
* Go to 'application/migrations' and run the generated script into your database;
3. Have fun =)
+
+== Video Tutorial
+
+Check out the video that show how to use codeigniter-scaffold at {youtube.com}[https://www.youtube.com/watch?v=2Djlz7nP1ks].
== Contributing to codeigniter-scaffold
* Check out the latest master to make sure the feature hasn't been implemented or the bug hasn't been fixed yet.
* Check out the issue tracker to make sure someone already hasn't requested it and/or contributed it.