Skip to content
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

Add Nessos testimonial #1116

Merged
merged 2 commits into from
Oct 7, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions docs/content/testimonials.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,17 @@ Paket has enabled us to explicitly define our constraints and forces us to think

Chris Haines (Development Team Lead) [@cjbhaines](https://twitter.com/cjbhaines), [Betgenius](http://www.betgenius.com)

## Nessos

> Paket is an excellent dependency management and package authoring tool that has greatly improved our productivity.

[Nessos](http://www.nessos.gr/) is an Athens, Greece based ISV and consultancy focused on .NET/F# technologies with expertise in tailored business applications and scalable computation. Nessos is a [major contributor](https://github.com/nessos) in .NET open source software and is author and primary contributor of the [MBrace](http://www.m-brace.net/) distributed computation library.

Paket has enabled us to quickly and effectively control dependencies in large and complicated projects we have been developing both in-house and in our open source development. Its simple design philosophy is an excellent match to FAKE and git and is ideal for cross platform development. Special mention needs to made of paket pack: we heavily modularize our code in small nuget packages that need to be updated often. The default nuget tooling for authoring packages was cumbersome to use since dependency constraints needed to be edited by hand. This often resulted in accidental releases of dud packages. Packet pack does away with that concern; authoring a package update now takes less than 10 seconds of manual work.

Eirik Tsarpalis (Nessos R&D) [@eiriktsarpalis](https://twitter.com/eiriktsarpalis), [Nessos](http://www.nessos.gr)


## Please contribute your testimonials!

Adding new testimonials to this page is easy. Just write your quote in plain text, using some Markdown formatting and send a pull request to [docs/content/testimonials.md](https://github.com/fsprojects/Paket/blob/master/docs/content/testimonials.md).
Expand Down