Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jrudolph/scalac-plugin.g8
A g8 template for a scalac plugin built with sbt
https://github.com/jrudolph/scalac-plugin.g8
Last synced: 25 days ago
JSON representation
A g8 template for a scalac plugin built with sbt
- Host: GitHub
- URL: https://github.com/jrudolph/scalac-plugin.g8
- Owner: jrudolph
- Created: 2010-11-09T18:34:24.000Z (almost 14 years ago)
- Default Branch: master
- Last Pushed: 2012-11-16T12:49:17.000Z (almost 12 years ago)
- Last Synced: 2023-04-11T05:18:52.417Z (over 1 year ago)
- Language: Scala
- Homepage:
- Size: 102 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
A [giter8][g8] template for creating Scala compiler plugins. Please fork/file issues if you
have suggestions for improvement!If you have installed g8 use
g8 jrudolph/scalac-plugin
to instantiate your plugin.You can test your plugin by using the sbt `console` command which includes your plugin automatically.
Have fun!
[g8]: http://github.com/n8han/giter8#readme