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.
- Host: GitHub
- URL: https://github.com/codefeedr/codefeedr-plugin-template.g8
- Owner: codefeedr
- License: apache-2.0
- Created: 2019-02-04T14:34:08.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-11-20T12:55:30.000Z (over 6 years ago)
- Last Synced: 2025-01-22T01:41:31.685Z (over 1 year ago)
- Language: Scala
- Size: 21.5 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.