Skip to content

Commit

Permalink
Add readme
Browse files Browse the repository at this point in the history
  • Loading branch information
erikhofer committed May 23, 2020
1 parent eb27b5f commit 6627ddd
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# templates
# Task Templates

[![](https://jitpack.io/v/codefreak/templates.svg)](https://jitpack.io/#codefreak/templates)

These are the task templates for [Code FREAK](https://github.com/codefreak/codefreak). They are available in the user interface under **Task Pool****Create Task**. You can also take a look at the code here to get started with task definition files.

Contribution is welcome. **Please open issues in the [main repository](https://github.com/codefreak/codefreak).**

## Development

After changing something in this repository, you have to create a new tag in the [releases](https://github.com/codefreak/templates/releases) section. The templates are automatically packaged into a jar by JitPack. You then have to adjust the `com.github.codefreak:templates` dependency version in the [build.gradle](https://github.com/codefreak/codefreak/blob/master/build.gradle) of the main repository accordingly.

0 comments on commit 6627ddd

Please sign in to comment.