Skip to content

Commit

Permalink
Added readme
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew committed Mar 31, 2017
1 parent d76a648 commit 33b32cd
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions README.md
@@ -0,0 +1,22 @@
# Gradle parser

A tiny node.js web service for parsing dependency information from `build.gradle` files for [Libraries.io](https://libraries.io).

## Development

Source hosted at [GitHub](http://github.com/librariesio/gradle-parser).
Report issues/feature requests on [GitHub Issues](http://github.com/librariesio/gradle-parser/issues). Follow us on Twitter [@librariesio](https://twitter.com/librariesio). We also hangout on [Slack](http://slack.libraries.io).

### Note on Patches/Pull Requests

* Fork the project.
* Make your feature addition or bug fix.
* Add tests for it. This is important so I don't break it in a
future version unintentionally.
* Add documentation if necessary.
* Commit, do not change procfile, version, or history.
* Send a pull request. Bonus points for topic branches.

## Copyright

Copyright (c) 2017 Andrew Nesbitt. See [LICENSE](https://github.com/librariesio/gradle-parser/blob/master/LICENSE) for details.

0 comments on commit 33b32cd

Please sign in to comment.