Skip to content

Commit

Permalink
Add README (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
nmiyake committed Mar 9, 2018
1 parent 69c08ed commit ff9528d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
godel-goland-plugin
===================
godel-goland-plugin is a gödel plugin that generates [Goland](https://www.jetbrains.com/go/) project files for a Go
project.

Plugin Tasks
------------
godel-goland-plugin provides the `goland` task, which generates GoLand project files (`.iml` and `.ipr` files) for the
project. It assumes that a global Go SDK named "Go" has been defined. It also creates a file watchers task that applies
the `./godelw format` on modified files on save. The `goland` task has a `clean` subcommand that removes all of the
generated project files.

0 comments on commit ff9528d

Please sign in to comment.