Skip to main content
gep13 avatar

gep13

NuGet publisher profile

Packages
62
Total Downloads
454.3M
454,263,840

Packages (62)

Cake.Tool package icon

Cake.Tool

The Cake .NET Tool.

166.3M
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.

118.3M
downloads
Cake package icon

Cake

The Cake script runner.

91.4M
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.6M
downloads
Cake.Core package icon

Cake.Core

The Cake core library.

10.0M
downloads
Cake.Cli package icon

Cake.Cli

The Cake CLI library.

9.1M
downloads
GitVersion.MsBuild package icon

GitVersion.MsBuild

Stamps an assembly with git information based on SemVer.

8.7M
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.0M
downloads
Cake.DotNetTool.Module package icon

Cake.DotNetTool.Module

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

5.4M
downloads
Cake.NuGet package icon

Cake.NuGet

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

4.8M
downloads
Cake.Frosting package icon

Cake.Frosting

The .NET Core host for Cake.

4.3M
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.

983.5K
downloads
Cake.Testing package icon

Cake.Testing

Contains testing utilities for Cake.

364.5K
downloads
Cake.Coveralls package icon

Cake.Coveralls

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

355.7K
downloads
Cake.Twitter package icon

Cake.Twitter

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

344.7K
downloads
Cake.Gitter package icon

Cake.Gitter

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

299.2K
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.

287.2K
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.

282.0K
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.

268.0K
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.

263.0K
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)

238.4K
downloads
GitReleaseManager package icon

GitReleaseManager

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

213.8K
downloads
Cake.Scripting.Abstractions package icon

Cake.Scripting.Abstractions

The Cake script analyzer and code generator.

210.0K
downloads
Cake.Scripting.Transport package icon

Cake.Scripting.Transport

The Cake script analyzer and code generator.

205.7K
downloads
MagicChunks package icon

MagicChunks

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

198.2K
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.

174.1K
downloads
ReSharperReports package icon

ReSharperReports

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

143.5K
downloads

32 more packages load after hydration.