pbassiner / pbassiner.github.io

Personal Blog
https://pbassiner.github.io
MIT License
1 stars 1 forks source link

Comments on post "Essential sbt Plugins" #33

Open pbassiner opened 7 years ago

pbassiner commented 7 years ago

Here you can leave your comments about the blogpost https://pbassiner.github.io/blog/essential_sbt_plugins.html

derekmorr commented 7 years ago

I'd say sbt-git is essential too, given how much time a typical Scala dev will spent at an sbt prompt.

pbassiner commented 7 years ago

Thanks for your contribution to the list @derekmorr!

I think it depends on how and to which extend you use git. I've checked it out and I've noticed it doesn't autocomplete commands, files, etc. And there isn't support for interactive commands such as git add -p, for instance. On the other hand, it can be helpful to automate versioning management.

That said, you are not limited to use it along with the standard git command, so you can get the best of both modes.

Cheers!

jeffrey-aguilera commented 7 years ago

I would add sbt-assembly and sbt-lock to the list.

ozeebee commented 7 years ago

sbt-revolver is also very convenient when writing server-based apps (Spray / akka-http). I also often use sbt-buildinfo.

pbassiner commented 7 years ago

It's good to know in case I might need them, thanks @ozeebee!

csaltos commented 6 years ago

https://github.com/spray/sbt-revolver is no supported for SBT 1.x, someone knows an alternative ? ... or even some tips to upgrade it to SBT 1.x ?

csaltos commented 6 years ago

Just upgrade now and sbt-revolver 0.9.1 supports SBT 1.x, GREAT, thank you guys, excellent plugin, worth to be included as essential, of course !!