Coder Social home page Coder Social logo

hu19891110 / paket Goto Github PK

View Code? Open in Web Editor NEW

This project forked from fsprojects/paket

0.0 3.0 0.0 196.17 MB

A dependency manager for .NET with support for NuGet packages and Git repositories.

Home Page: http://fsprojects.github.io/Paket/

License: MIT License

Batchfile 0.01% F# 88.59% Shell 0.12% C# 10.84% C++ 0.12% C 0.01% Objective-C 0.01% PowerShell 0.30%

paket's Introduction

Issue Stats Pull Requests Stats Travis build status AppVeyor Build status NuGet Status

Paket

Join the chat at https://gitter.im/fsprojects/Paket Twitter

A dependency manager for .NET with support for NuGet packages and git repositories.

Why Paket?

NuGet does not separate out the concept of transitive dependencies. If you install a package into your project and that package has further dependencies then all transitive packages are included in the packages.config. There is no way to tell which packages are only transitive dependencies.

Even more importantly: If two packages reference conflicting versions of a package, NuGet will silently take the latest version (read more). You have no control over this process.

Paket on the other hand maintains this information on a consistent and stable basis within the paket.lock file in the solution root. This file, together with the paket.dependencies file enables you to determine exactly what's happening with your dependencies.

Paket also enables you to reference files directly from git repositories or any http-resource.

For more reasons see the FAQ.

Online resources

Troubleshooting and support

Quick contributing guide

  • Fork and clone locally.
  • Build the solution with Visual Studio, build.cmd or build.sh.
  • Create a topic specific branch in git. Add a nice feature in the code. Do not forget to add tests and/or docs.
  • Run build.cmd (build.sh on Mono) to make sure all tests are still passing.
  • Send a Pull Request.

If you want to contribute to the docs then please modify the markdown files in /docs/content and send a pull request. Note, that short description and syntax for each command is generated automatically from the Paket.Commands module.

License

The MIT license

Maintainer(s)

The default maintainer account for projects under "fsprojects" is @fsprojectsgit - F# Community Project Incubation Space (repo management)

paket's People

Contributors

agross avatar allykzam avatar baronfel avatar bartelink avatar caindy avatar cdrnet avatar cloudroutine avatar colinbull avatar cr7pt0gr4ph7 avatar devboy avatar eiriktsarpalis avatar forki avatar fsgit avatar inosik avatar isaacabraham avatar johanlarsson avatar kerams avatar matthid avatar mavnn avatar mexx avatar mrinaldi avatar pblasucci avatar sergey-tihon avatar smoothdeveloper avatar stift avatar theimowski avatar thorium avatar tpetricek avatar vbfox avatar xavierzwirtz avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.