Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/xuwei-k/scalameta-ast

convert to scalameta AST, generate scalafix rule template in web browser
https://github.com/xuwei-k/scalameta-ast

scala scala-js scalafix scalameta

Last synced: 18 days ago
JSON representation

convert to scalameta AST, generate scalafix rule template in web browser

Awesome Lists containing this project

README

        

# scalameta-ast

## online

## local

### development

```sh
sbt copyFilesFast localServer/run
```

### run local without JVM

```sh
git checkout gh-pages
python -m http.server
```