Skip to content

Commit

Permalink
updates to the README for the new feature and other misc bits
Browse files Browse the repository at this point in the history
  • Loading branch information
enygma committed Jan 22, 2010
1 parent 376d05f commit bea79be
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README
@@ -1,6 +1,7 @@

ci: A command-line rapid development CodeIgniter tool
----------------------
NOTE: Requires PHP5 installation

Sample usage:
./ci create library test
Expand All @@ -19,6 +20,12 @@ class Test {
The "--help" can also be passed in for more information:
./ci --help

---------------
** Commands **
./ci create library|model|controller [name]
./ci modify library|model|controller [name] addmethod [method_name]
---------------

If ci_config.ini file exists in the local directory,
the ci tool will pick it up and use its settings. See
included copy for an example.
Expand Down

0 comments on commit bea79be

Please sign in to comment.