Domanda

I recently discovered the Typesafe Stack (and through it, SBT and g8) - loving it. However, when I first started I was messing around a lot after it installed, and I kind of want to do a clean install of the Typesafe stack. Do I just need to delete the entire typesafe-stack folder, or are there other hidden folders/files as well?

Also, for SBT projects, same question - do I just need to rm -r the project folder or are there other files?

Thanks! -kstruct

È stato utile?

Soluzione

sbt uses Ivy to cache dependent libraries under ~/.ivy2/. sbt itself is cached under ~/.sbt/. Since giter8 is a conscript application, the jar of giter8 is cached under ~/.conscript/. The script g8 is created under ~/bin/.

Don't know much about the typesafe stack.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top