Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grooviter/asteroid

A set of utilities to create Groovy AST transformations
https://github.com/grooviter/asteroid

ast-transformations groovy

Last synced: 2 months ago
JSON representation

A set of utilities to create Groovy AST transformations

Awesome Lists containing this project

README

        

[![license](https://img.shields.io/github/license/grooviter/asteroid.svg)](https://www.apache.org/licenses/LICENSE-2.0) [![release](https://github.com/grooviter/asteroid/actions/workflows/release.yml/badge.svg)](https://github.com/grooviter/asteroid/actions/workflows/release.yml)

Asteroid is a set of utilities to make it easier to develop [Groovy](http://www.groovy-lang.org) AST transformations. In order to use `Asteroid` in your Groovy code you can find it in Maven Central:

repositories {
mavenCentral()
}

Then you can add the dependency to your project:

compile com.github.grooviter:asteroid:0.5.0'

Current documentation is [available here](http://grooviter.github.io/asteroid/)