Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
vsachinv authored Nov 15, 2017
1 parent de1b390 commit 3568666
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
grails-csv
===================

The csv plugin provides utility methods and also support for reading/writing to csv files. It uses `opencsv` library.

Installation
===================

Add dependency to your build.gradle for Grails 3.x:

```
repositories {
...
maven { url "http://dl.bintray.com/sachinverma/plugins" }
}
dependencies {
compile 'org.grails.plugins:grails-csv:1.0.1'
}
```

0 comments on commit 3568666

Please sign in to comment.