Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grooviter/asteroid
- Owner: grooviter
- License: apache-2.0
- Created: 2015-12-06T17:43:59.000Z (about 9 years ago)
- Default Branch: main
- Last Pushed: 2022-11-28T22:52:33.000Z (about 2 years ago)
- Last Synced: 2024-10-01T14:59:42.273Z (3 months ago)
- Topics: ast-transformations, groovy
- Language: Java
- Homepage: http://grooviter.github.io/asteroid/
- Size: 2.42 MB
- Stars: 29
- Watchers: 8
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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/)