Skip to content

A batteries included giter8 template for creating a new sbt 1.x plugin.

License

Notifications You must be signed in to change notification settings

BotTech/sbt-autoplugin.g8

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-autoplugin.g8

Build Status

A [Giter8] template to create an sbt AutoPlugin.

AutoPlugins are the recommended way to create sbt plugins for sbt versions 0.13.5 and up. This template creates a plugin for sbt 1.x.

The original sbt/sbt-autoplugin.g8 template was intended to contain the minimum amount to get started. This fork is more comprehensive and opinionated, with the aim of requiring the minimum amount of configuration to get the plugin published.

Plugins

The generated project uses the following sbt plugins:

Usage

  1. Install sbt 1.0.0 or higher.
  2. Open a terminal at the parent directory for your new project.
  3. On the command line type:
    sbt new BotTech/sbt-autoplugin.g8
  4. Follow the instructions in SETUP.md.

Credits

Credit to these Open Source projects:

Special thanks to:

Licenses

This Giter8 template is distributed under a CC0 1.0 Universal.

About

A batteries included giter8 template for creating a new sbt 1.x plugin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Scala 83.7%
  • Shell 16.3%