Skip to content

Commit

Permalink
Update readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Apr 27, 2015
1 parent d994d9c commit 72ef145
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
[![Build Status](https://api.travis-ci.org/cakephp/bake.png)](https://travis-ci.org/cakephp/bake)
[![License](https://poser.pugx.org/cakephp/bake/license.svg)](https://packagist.org/packages/cakephp/bake)

This is a beta version of the "bake" system for CakePHP 3.0. It is currently under
development and should be considered experimental.
This project provides the code generation functionality for CakePHP. Through a
suite of CLI tools, you can quickly and easily generate code for your application.

## Installation

Expand All @@ -16,6 +16,10 @@ The recommended way to install composer packages is:
composer require --dev cakephp/bake
```

## Documentation

You can find the documentation for bake [on the cookbook](http://book.cakephp.org/3.0/en/bake.html).


## License

Expand Down

0 comments on commit 72ef145

Please sign in to comment.