Skip to main content
gep13 avatar

gep13

NuGet publisher profile

Packages
62
Total Downloads
470.7M
470,681,758

Packages (62)

Cake.Tool package icon

Cake.Tool

The Cake .NET Tool.

172.0M
downloads
GitVersion.Tool package icon

GitVersion.Tool

Derives SemVer information from a repository following GitFlow or GitHubFlow. This is the .NET Core Global Tool allowing usage of GitVersion from command line.

124.3M
downloads
Cake package icon

Cake

The Cake script runner.

91.7M
downloads
psake package icon

psake

psake is a build automation tool written in PowerShell. It avoids the angle-bracket tax associated with executable XML by leveraging the PowerShell syntax in your build scripts. psake has a syntax inspired by rake (aka make in Ruby) and bake (aka make in Boo), but is easier to script because it leverages your existent command-line knowledge. psake is pronounced sake - as in Japanese rice wine. It does NOT rhyme with make, bake, or rake. You can also install with chocolatey (http://nuget.org/List/Packages/chocolatey) and have global psake.

15.7M
downloads
Cake.Core package icon

Cake.Core

The Cake core library.

10.8M
downloads
Cake.Cli package icon

Cake.Cli

The Cake CLI library.

9.5M
downloads
GitVersion.MsBuild package icon

GitVersion.MsBuild

Stamps an assembly with git information based on SemVer.

9.2M
downloads
Cake.Common package icon

Cake.Common

Provides aliases (extension methods on Cake context) that support CI, build, unit tests, zip, signing, etc. for Cake.

8.8M
downloads
Cake.DotNetTool.Module package icon

Cake.DotNetTool.Module

Cake Module that extends Cake with ability to install tools using dotnet cli.

5.9M
downloads
Cake.NuGet package icon

Cake.NuGet

Cake Module providing NuGet install capabilities for i.e. preprocessor directives like #addin, #tool and #load

5.2M
downloads
Cake.Frosting package icon

Cake.Frosting

The .NET Core host for Cake.

4.6M
downloads
chocolatey package icon

chocolatey

Chocolatey is a package manager for Windows (like apt-get but for Windows). It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure currently using PowerShell as its focus for delivering packages from the distros to your door, err computer. Chocolatey is brought to you by the work and inspiration of the community, the work and thankless nights of the [Chocolatey Team](https://github.com/orgs/chocolatey/people), with Rob heading up the direction. You can host your own sources and add them to Chocolatey, you can extend Chocolatey's capabilities, and folks, it's only going to get better. ### Information - [Chocolatey Website and Community Package Repository](https://community.chocolatey.org) - [Mailing List](http://groups.google.com/group/chocolatey) / [Release Announcements Only Mailing List](https://groups.google.com/group/chocolatey-announce) / [Build Status Mailing List](http://groups.google.com/group/chocolatey-build-status) - [Twitter](https://twitter.com/chocolateynuget) / [Facebook](https://www.facebook.com/ChocolateySoftware) / [GitHub](https://github.com/chocolatey) - [Blog](https://blog.chocolatey.org/) / [Newsletter](https://chocolatey.us8.list-manage1.com/subscribe?u=86a6d80146a0da7f2223712e4&id=73b018498d) - [Documentation](https://docs.chocolatey.org/en-us/) / [Support](https://chocolatey.org/support) ### Commands There are quite a few commands you can call - you should check out the [command reference](https://docs.chocolatey.org/en-us/choco/commands). Here are the most common: - Help - choco --help or choco command --help - Search - choco search something - List - choco list - Config - choco config list - Install - choco install baretail - Pin - choco pin windirstat - Outdated - choco outdated - Upgrade - choco upgrade baretail - Uninstall - choco uninstall baretail #### Alternative installation sources: - Install ruby gem - choco install compass -source ruby - Install python egg - choco install sphynx -source python - Install windows feature - choco install IIS -source windowsfeatures #### More For more advanced commands and switches, use `choco --help` or `choco command --help`. You can also look at the [command reference](https://docs.chocolatey.org/en-us/choco/commands), including how you can force a package to install the x86 version of a package. ### Create Packages? We have some great guidance on how to do that. Where? I'll give you a hint, it rhymes with socks! [Docs!](https://docs.chocolatey.org/en-us/create/create-packages) In that mess there is a link to the [PowerShell Chocolatey module reference](https://docs.chocolatey.org/en-us/create/functions).

2.6M
downloads
Cake.CoreCLR package icon

Cake.CoreCLR

The Cake script runner.

2.3M
downloads
GitReleaseManager.Tool package icon

GitReleaseManager.Tool

Tool for creating and exporting releases for software applications from online Version Control Systems

1.4M
downloads
Cake.Bakery package icon

Cake.Bakery

The Cake script analyzer and code generator.

995.7K
downloads
Cake.Sdk package icon

Cake.Sdk

A custom SDK that provides a convenient way to create Cake projects with minimal configuration. Automatically sets up common properties and references the Cake.Generator for source generation capabilities.

469.9K
downloads
Cake.Generator package icon

Cake.Generator

A source generator that creates Cake aliases for your project, enabling easy access to Cake extensions through generated static methods and properties.

463.3K
downloads
Cake.Testing package icon

Cake.Testing

Contains testing utilities for Cake.

380.6K
downloads
Cake.Coveralls package icon

Cake.Coveralls

Cake AddIn that extends Cake with ability to post Code Coverage results to Coveralls.io.

359.4K
downloads
Cake.Twitter package icon

Cake.Twitter

Cake AddIn that extends Cake with ability to send messages to Twitter.

351.7K
downloads
Cake.Gitter package icon

Cake.Gitter

Cake AddIn that extends Cake with ability to send messages to Gitter.

300.6K
downloads
GitVersion.Core package icon

GitVersion.Core

Derives SemVer information from a repository following GitFlow or GitHubFlow. This is the Core library which both GitVersion cli and Task use allowing programatic usage of GitVersion.

285.4K
downloads
Cake.ReSharperReports package icon

Cake.ReSharperReports

Cake AddIn that extends Cake with ability to create HTML versions of the XML Reports generated by the ReSharper Command Line Tools.

264.7K
downloads
chocolatey.lib package icon

chocolatey.lib

Chocolatey is a package manager for Windows (like apt-get but for Windows). It was designed to be a decentralized framework for quickly installing applications and tools that you need. It is built on the NuGet infrastructure currently using PowerShell as its focus for delivering packages from the distros to your door, err computer. Chocolatey is brought to you by the work and inspiration of the community, the work and thankless nights of the Chocolatey Team (https://github.com/orgs/chocolatey/people), with Rob heading up the direction. You can host your own sources and add them to Chocolatey, you can extend Chocolatey's capabilities, and folks, it's only going to get better. This is the Chocolatey Library (API / DLL) package which allows Chocolatey to be embedded in your application. ### Information - [Chocolatey Website and Community Package Repository](https://community.chocolatey.org) - [Mailing List](http://groups.google.com/group/chocolatey) / [Release Announcements Only Mailing List](https://groups.google.com/group/chocolatey-announce) / [Build Status Mailing List](http://groups.google.com/group/chocolatey-build-status) - [Twitter](https://twitter.com/chocolateynuget) / [Facebook](https://www.facebook.com/ChocolateySoftware) / [GitHub](https://github.com/chocolatey) - [Blog](https://blog.chocolatey.org/) / [Newsletter](https://chocolatey.us8.list-manage1.com/subscribe?u=86a6d80146a0da7f2223712e4&id=73b018498d) - [Documentation](https://docs.chocolatey.org/en-us/) / [Support](https://chocolatey.org/support)

239.9K
downloads
GitReleaseManager package icon

GitReleaseManager

Tool for creating and exporting releases for software applications from online Version Control Systems

216.5K
downloads
Cake.Scripting.Abstractions package icon

Cake.Scripting.Abstractions

The Cake script analyzer and code generator.

213.6K
downloads
Cake.Scripting.Transport package icon

Cake.Scripting.Transport

The Cake script analyzer and code generator.

209.5K
downloads
MagicChunks package icon

MagicChunks

Easy to use tool to config transformations for JSON, XML and YAML.

202.9K
downloads
Cake.Recipe package icon

Cake.Recipe

This NuGet package contains a set of re-usable scripts that can be added to your build using the load preprocessor directive. As a result, it is possible to use the same set of build scripts across multiple projects, without having to duplicate the scripts. All that is required is a small recipe build script, which sets the project specific information. More information can be found about this project on the documentation page here: https://cake-contrib.github.io/Cake.Recipe/docs/ NOTE: Currently, Cake.Recipe itself is built using 2.0.0, and as a result, there is an expectation that that any project that is built using Cake.Recipe should also use 2.0.0 of Cake. Using a newer version of Cake may work, but there is no guarantee that it will.

176.9K
downloads
ReSharperReports package icon

ReSharperReports

Command line tool to allow generation of human readable ReSharper Reports.

144.1K
downloads
Cake.Frosting.Template package icon

Cake.Frosting.Template

Cake.Frosting templates for the .NET SDK.

89.6K
downloads
Chocolatey.NuGet.Frameworks package icon

Chocolatey.NuGet.Frameworks

NuGet's understanding of target frameworks.

75.4K
downloads
Chocolatey.NuGet.Common package icon

Chocolatey.NuGet.Common

Common utilities and interfaces for all NuGet libraries.

75.3K
downloads
Chocolatey.NuGet.Protocol package icon

Chocolatey.NuGet.Protocol

NuGet's implementation for interacting with feeds. Contains functionality for all feed types.

74.9K
downloads
Chocolatey.NuGet.Packaging package icon

Chocolatey.NuGet.Packaging

NuGet's understanding of packages. Reading nuspec, nupkgs and package signing.

74.8K
downloads
Chocolatey.NuGet.Versioning package icon

Chocolatey.NuGet.Versioning

NuGet's implementation of Semantic Versioning.

72.8K
downloads
Chocolatey.NuGet.Configuration package icon

Chocolatey.NuGet.Configuration

NuGet's configuration settings implementation.

71.7K
downloads
Chocolatey.NuGet.Commands package icon

Chocolatey.NuGet.Commands

Complete commands common to command-line and GUI NuGet clients.

67.4K
downloads
Chocolatey.NuGet.LibraryModel package icon

Chocolatey.NuGet.LibraryModel

NuGet's types and interfaces for understanding dependencies.

63.4K
downloads
Chocolatey.NuGet.DependencyResolver.Core package icon

Chocolatey.NuGet.DependencyResolver.Core

NuGet's PackageReference dependency resolver implementation.

63.4K
downloads
Chocolatey.NuGet.ProjectModel package icon

Chocolatey.NuGet.ProjectModel

NuGet's core types and interfaces for PackageReference-based restore, such as lock files, assets file and internal restore models.

62.2K
downloads
Chocolatey.NuGet.Credentials package icon

Chocolatey.NuGet.Credentials

NuGet client's authentication models.

60.1K
downloads
Chocolatey.NuGet.Resolver package icon

Chocolatey.NuGet.Resolver

NuGet's dependency resolver for packages.config based projects.

59.7K
downloads
Chocolatey.NuGet.PackageManagement package icon

Chocolatey.NuGet.PackageManagement

NuGet Package Management functionality for Visual Studio installation flow.

58.5K
downloads
Cake.Eazfuscator.Net package icon

Cake.Eazfuscator.Net

Cake addin that extends Cake with ability to use Eazfuscator.Net.

45.0K
downloads
VCSVersion package icon

VCSVersion

Provide Semantic versioning using Version Control System history.

44.8K
downloads
Cake.Tfx package icon

Cake.Tfx

Cake Tfx AddIn.

43.3K
downloads
Cake.StrongNameSigner package icon

Cake.StrongNameSigner

Cake.StrongNameSigner is an Addin for Cake which allows the execution of the StrongNameSigner.Console.exe.

43.2K
downloads
Cake.Chocolatey.Module package icon

Cake.Chocolatey.Module

Cake Module that extends Cake with ability to install tools using Chocolatey. This version was build for Cake v4.0.0

40.0K
downloads
Cake.Gem package icon

Cake.Gem

Cake Gem AddIn.

39.7K
downloads
Cake.VsCode package icon

Cake.VsCode

Cake VsCode AddIn.

36.5K
downloads
Cake.Discord package icon

Cake.Discord

Cake AddIn that extends Cake with ability to send messages to Discord. This version was build for Cake v4.0.0

34.8K
downloads
Cake.Testing.Xunit package icon

Cake.Testing.Xunit

Contains Xunit testing utilities for Cake.

32.2K
downloads
Cake.Wyam.Recipe package icon

Cake.Wyam.Recipe

Re-usable build script for Cake that can be used for numerous Wyam projects.

27.4K
downloads
psake-contrib package icon

psake-contrib

psake-contrib is a repository for scripts, modules and functions that are useful for running a build with psake.

23.2K
downloads
Cake.Ember package icon

Cake.Ember

Cake Ember AddIn.

19.5K
downloads
HgVersion package icon

HgVersion

Provide Semantic versioning using Mercurial history

15.3K
downloads
Cake.DotNetVersionDetector package icon

Cake.DotNetVersionDetector

Cake addin for executing DotNetVersionDetector (https://www.asoft.be/prod_netver.html) This version was build for Cake v4.0.0

13.8K
downloads
Cake.Template package icon

Cake.Template

Templates for creating Cake projects using Cake.Sdk

12.1K
downloads
Hg.Net package icon

Hg.Net

Mercurial command line client wrapper assembly

11.5K
downloads
Chocolatey.Docs.Cake.Recipe package icon

Chocolatey.Docs.Cake.Recipe

This NuGet package contains a set of re-usable scripts that is intended for use to build the various Chocolatey documentation sites, by adding a single load pre-processor directive to your main Cake Script. As a result, it is possible to use the same set of build scripts across multiple projects, without having to duplicate the scripts. All that is required is a small recipe build script, which sets the project specific information. It is not intended that the scripts within this package will be usable by everyone, as there will be decisions/conventions that are specific to how we build things at Chocolatey Software, Inc.

6.1K
downloads
Cake.Testing.Xunit.v3 package icon

Cake.Testing.Xunit.v3

Contains Xunit.v3 testing utilities for Cake.

838
downloads