Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xuwei-k/scalameta-ast
- Owner: xuwei-k
- License: mit
- Created: 2022-10-21T05:42:24.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-30T22:11:29.000Z (about 1 month ago)
- Last Synced: 2024-10-03T10:43:43.384Z (about 1 month ago)
- Topics: scala, scala-js, scalafix, scalameta
- Language: Scala
- Homepage: https://xuwei-k.github.io/scalameta-ast/
- Size: 170 MB
- Stars: 12
- Watchers: 6
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
- Codeowners: .github/CODEOWNERS
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
```