Skip to content

Commit

Permalink
copied wiki home info to readme for better visibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
UnquietCode committed May 14, 2012
1 parent f1319e6 commit 8925c28
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
@@ -1,3 +1,25 @@
#Flapi
...is a fluent API generator for Java. Fluent builders allow developers to more easily interact with your code, using a syntax more akin to natural language.
See [these](http://www.unquietcode.com/blog/2011/programming/using-generics-to-build-fluent-apis-in-java) [articles](http://martinfowler.com/bliki/FluentInterface.html)
for more information.

**Remember:** Flapi is still a beta! Be gentle, and please help the project by testing and reporting bugs.

## [Getting Started](https://github.com/UnquietCode/Flapi/wiki/Getting-Started)

## [Examples](https://github.com/UnquietCode/Flapi/wiki/Examples)

## [Blog Post](http://www.unquietcode.com/blog/2012/software/introducing-flapi)

## Problems?
Use the [issue tracker](https://github.com/UnquietCode/Flapi/issues) to report problems encountered. Remember, this is still a beta.

## Contributing
Feel free to fork the project and fiddle around! Submit pull requests to improve the code. Create issues to help support the project.

# Thanks!

-------------------------------------------
Flapi - the fluent API generator for Java
For more information, visit http://www.unquietcode.com/flapi

Expand Down

0 comments on commit 8925c28

Please sign in to comment.