An open API service indexing awesome lists of open source software.

https://github.com/codefeedr/codefeedr-plugin-template.g8

This is the official (Giter) template to create your own CodeFeedr plugin.
https://github.com/codefeedr/codefeedr-plugin-template.g8

Last synced: over 1 year ago
JSON representation

This is the official (Giter) template to create your own CodeFeedr plugin.

Awesome Lists containing this project

README

          

Giter8 CodeFeedr project template
=============================

This is [giter8](https://github.com/n8han/giter8) template to generate a [CodeFeedr](http://codefeedr.org) plugin template using Scala and SBT.

How to use
----------

First make sure [sbt](http://www.scala-sbt.org/) is installed (you need version 0.13.13 or later)

In order to generate a CodeFeedr project enter on the command line:

```
$ sbt new codefeedr/codefeedr-plugin-template.g8
```

This will prompt for a couple of parameters (project name, scala version...) and the generate a CodeFeedr project using Scala and SBT.

You can then follow the [README.md of the generated project](src/main/g8/README.md) for build and run instructions.