Skip to main content

gep13

@gep13 · 62 packages

452.1M
downloads in this snapshot

Published packages

Top 62 packages by downloads.

All profiles

Cake.Tool

The Cake .NET Tool.

165.5M6.2.0

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.

117.5M6.8.2

Cake

The Cake script runner.

91.4M1.3.0

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.6M4.9.0

Cake.Core

The Cake core library.

9.9M6.2.0

Cake.Cli

The Cake CLI library.

9.0M6.2.0

GitVersion.MsBuild

Stamps an assembly with git information based on SemVer.

8.6M6.8.2

Cake.Common

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

7.9M6.2.0

Cake.DotNetTool.Module

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

5.3M6.2.0

Cake.NuGet

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

4.7M6.2.0

Cake.Frosting

The .NET Core host for Cake.

4.3M6.2.0

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.6M2.7.3

Cake.CoreCLR

The Cake script runner.

2.3M1.3.0

GitReleaseManager.Tool

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

1.4M0.20.0

Cake.Bakery

The Cake script analyzer and code generator.

982.1K0.16.0

Cake.Testing

Contains testing utilities for Cake.

362.1K6.2.0

Cake.Coveralls

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

355.4K6.0.0

Cake.Twitter

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

344.0K6.0.0

Cake.Gitter

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

299.0K2.0.0

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.

267.4K6.8.2

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.

262.8K6.2.0

Cake.ReSharperReports

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

262.8K6.0.0

Cake.Generator

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

257.8K6.2.0

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.4K2.7.3

GitReleaseManager

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

213.6K0.20.0

Cake.Scripting.Abstractions

The Cake script analyzer and code generator.

209.0K0.16.0

Cake.Scripting.Transport

The Cake script analyzer and code generator.

204.7K0.16.0

MagicChunks

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

197.7K2.0.0.119

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.

173.7K4.0.0

ReSharperReports

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

143.4K0.4.0

Cake.Frosting.Template

Cake.Frosting templates for the .NET SDK.

86.4K6.2.0

Chocolatey.NuGet.Frameworks

NuGet's understanding of target frameworks.

72.1K3.5.0

Chocolatey.NuGet.Common

Common utilities and interfaces for all NuGet libraries.

71.9K3.5.0

Chocolatey.NuGet.Protocol

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

71.5K3.5.0

Chocolatey.NuGet.Packaging

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

71.4K3.5.0

Chocolatey.NuGet.Versioning

NuGet's implementation of Semantic Versioning.

69.5K3.5.0

Chocolatey.NuGet.Configuration

NuGet's configuration settings implementation.

68.4K3.5.0

Chocolatey.NuGet.Commands

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

64.2K3.5.0

Chocolatey.NuGet.LibraryModel

NuGet's types and interfaces for understanding dependencies.

60.1K3.5.0

Chocolatey.NuGet.DependencyResolver.Core

NuGet's PackageReference dependency resolver implementation.

60.1K3.5.0

Chocolatey.NuGet.ProjectModel

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

59.0K3.5.0

Chocolatey.NuGet.Credentials

NuGet client's authentication models.

56.9K3.5.0

Chocolatey.NuGet.Resolver

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

56.5K3.5.0

Chocolatey.NuGet.PackageManagement

NuGet Package Management functionality for Visual Studio installation flow.

55.5K3.5.0

VCSVersion

Provide Semantic versioning using Version Control System history.

44.7K0.1.7

Cake.Eazfuscator.Net

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

43.1K6.0.0

Cake.Tfx

Cake Tfx AddIn.

43.0K0.9.1

Cake.StrongNameSigner

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

41.1K0.2.0

Cake.Gem

Cake Gem AddIn.

39.4K0.8.1

Cake.Chocolatey.Module

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

38.3K4.0.0

Cake.VsCode

Cake VsCode AddIn.

36.2K0.11.1

Cake.Discord

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

33.2K6.0.0

Cake.Testing.Xunit

Contains Xunit testing utilities for Cake.

31.6K6.2.0

Cake.Wyam.Recipe

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

25.9K2.0.1

psake-contrib

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

22.5K1.2.0

Cake.Ember

Cake Ember AddIn.

19.3K0.4.1

HgVersion

Provide Semantic versioning using Mercurial history

15.2K0.1.9

Cake.DotNetVersionDetector

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

13.6K4.0.0

Hg.Net

Mercurial command line client wrapper assembly

11.4K0.1.5

Cake.Template

Templates for creating Cake projects using Cake.Sdk

10.5K6.2.0

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.

5.5K0.2.0

Cake.Testing.Xunit.v3

Contains Xunit.v3 testing utilities for Cake.

7286.2.0