-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
giter8 templates #322
Comments
would sbt-catalyst and sbt-rig more flexible for this purpose? |
@kailuowang Correct me if I'm wrong, but both the projects look as though they're used for library authors. I'd like something to get me started as a consumer of the libraries. Typically I wouldn't really care about crossVersions or javascript builds, but simply want the build.sbt with a few dependencies and maybe a variant with subprojects. |
I have a g8 for that purpose, but it's also tailored to taste and need of my own. I guess we can create a typelevel g8 template with maybe dependencies of cats, kind-projector and some partial unification settings. It's a bit tricky to determine which typelevel dependencies are essential enough to be introduced to all users. |
I think each project should have it's own (I really ought to put something together for shapeless) and then maybe we ought to have a Typelevel showcase including a selection of the major projects. |
We have several:
Showcasing them sounds like more of a website issue. Transferring there. |
Hi,
Would it be possible to have some giter8 templates for typelevel? I tend to create a lot of smaller projects and creating the build.sbt etc... each time is quite annoying.
link
The text was updated successfully, but these errors were encountered: