0

Does anyone know of a web app and/or software that can be installed and run locally to share code snippets?

We would like to encourage code reuse and re-factoring within our organization but using sites like http://snippets.dzone.com/ or http://pastebin.com/ wouldn't work very well in this scenario because we want to keep this private. Visual Studio has support for code snippets but that's geared more towards individual developers and not for group sharing.

Does anyone have any suggestions for an app/tool that might accomplish this goal?

Athtar
  • 11
  • 1
  • 1
    possible duplicate of [Open Source PasteBin ?](http://stackoverflow.com/questions/3909251/open-source-pastebin) – Chandu Jul 21 '11 at 21:45

1 Answers1

1

you can use http://codetidy.com/ or https://gist.github.com/

Shahriar
  • 825
  • 1
  • 15
  • 31