imclipitly-core

Make your project more clippity implicitly with imclipitly

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

io.delmore
ArtifactId

ArtifactId

imclipitly-core_2.12
Last Version

Last Version

0.0.4
Release Date

Release Date

Type

Type

jar
Description

Description

imclipitly-core
Make your project more clippity implicitly with imclipitly
Project URL

Project URL

http://github.com/shanedelmore/imclipitly/
Project Organization

Project Organization

io.delmore
Source Code Management

Source Code Management

https://github.com/shanedelmore/imclipitly

Download imclipitly-core_2.12

How to add to project

<!-- https://jarcasting.com/artifacts/io.delmore/imclipitly-core_2.12/ -->
<dependency>
    <groupId>io.delmore</groupId>
    <artifactId>imclipitly-core_2.12</artifactId>
    <version>0.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.delmore/imclipitly-core_2.12/
implementation 'io.delmore:imclipitly-core_2.12:0.0.4'
// https://jarcasting.com/artifacts/io.delmore/imclipitly-core_2.12/
implementation ("io.delmore:imclipitly-core_2.12:0.0.4")
'io.delmore:imclipitly-core_2.12:jar:0.0.4'
<dependency org="io.delmore" name="imclipitly-core_2.12" rev="0.0.4">
  <artifact name="imclipitly-core_2.12" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.delmore', module='imclipitly-core_2.12', version='0.0.4')
)
libraryDependencies += "io.delmore" % "imclipitly-core_2.12" % "0.0.4"
[io.delmore/imclipitly-core_2.12 "0.0.4"]

Dependencies

compile (5)

Group / Artifact Type Version
org.scala-lang : scala-library jar 2.12.2
com.github.alexarchambault : case-app_2.12 jar 1.2.0-M3
org.scalameta : scalameta_2.12 jar 1.7.0
org.json4s : json4s-native_2.12 jar 3.5.0
com.softwaremill.clippy : plugin_2.12 jar 0.5.2

test (1)

Group / Artifact Type Version
org.scalatest : scalatest_2.12 jar 3.0.3

Project Modules

There are no modules declared in this project.

Gitter

Imclipitly: Now you can replace easy-to-forget imports with an easy-to-misspell plugin.

Imclipitly will generate Scala-Clippy advice for implicit enrichments in your source code.

This plugin is currently published for Scala 2.11 and 2.12.

To add Imclipitly to your project:

  • in plugins.sbt: addSbtPlugin("io.delmore" %% "sbt-imclipitly" % "0.0.3")

  • in build.sbt: enablePlugins(ImclipitlyPlugin)

  • and most importantly, make sure you have SoftwareMill's Scala-Clippy plugin enabled.

On run or package, Imclipitly will scan your source code using Scalameta and then generate Scala-Clippy advice in your managed-resources directory.

To run tests:

  • sbt test

To run integration tests:

  • sbt it:test

Project contributors: Shane Delmore, Ólafur Páll Geirsson

Versions

Version
0.0.4
0.0.3
0.0.2
0.0.1