All Projects → grooviter → asteroid

grooviter / asteroid

Licence: Apache-2.0 license
A set of utilities to create Groovy AST transformations

Programming Languages

java
68154 projects - #9 most used programming language
groovy
2714 projects

Projects that are alternatives of or similar to asteroid

tacoscript
🌮 The bidirectional alt-JS language
Stars: ✭ 46 (+58.62%)
Mutual labels:  ast-transformations
tscodeshift
tscodeshift is a toolkit for running codemods over multiple TS files
Stars: ✭ 49 (+68.97%)
Mutual labels:  ast-transformations

license Travis Bintray

Asteroid is a set of utilities to make it easier to develop http://www.groovy-lang.org AST transformations.

In order to use Asteroid in your Groovy code you can find it in Bintray or Maven Central:

repositories {
    jcenter() // or mavenCentral()
}

Then you can add the dependency to your project:

compile com.github.grooviter:asteroid:0.4.4'

Current documentation is available at: http://grooviter.github.io/asteroid/

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].