psake 4.4.1
dotnet add package psake --version 4.4.1
NuGet\Install-Package psake -Version 4.4.1
<PackageReference Include="psake" Version="4.4.1" />
<PackageVersion Include="psake" Version="4.4.1" />
<PackageReference Include="psake" />
paket add psake --version 4.4.1
#r "nuget: psake, 4.4.1"
#addin nuget:?package=psake&version=4.4.1
#tool nuget:?package=psake&version=4.4.1
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 (https://nuget.org/List/Packages/chocolatey) and have global psake.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
GitHub repositories (15)
Showing the top 15 popular GitHub repositories that depend on psake:
Repository | Stars |
---|---|
HangfireIO/Hangfire
An easy way to perform background job processing in .NET and .NET Core applications. No Windows Service or separate process required
|
|
Glimpse/Glimpse
The open source diagnostics platform for the web
|
|
code-cracker/code-cracker
An analyzer library for C# and VB that uses Roslyn to produce refactorings, code analysis, and other niceties.
|
|
HangfireIO/Cronos
A fully-featured .NET library for working with Cron expressions. Built with time zones in mind and intuitively handles daylight saving time transitions
|
|
clawsoftware/clawPDF
Open Source Virtual (Network) Printer for Windows that allows you to create PDFs, OCR text, and print images, with advanced features usually available only in enterprise solutions.
|
|
IdentityManager/IdentityManager
User & Identity Management
|
|
NotMyself/GildedRose
Refactoring Kata
|
|
nHapiNET/nHapi
nHapi is the .Net port of the original Java project HAPI.
|
|
brandondahler/Data.HashFunction
C# library to create a common interface to non-cryptographic hash functions.
|
|
mwrock/RequestReduce
Instantly makes your .net website faster by reducing the number and size of requests with almost no effort.
|
|
bruno-garcia/log4net.ElasticSearch
log4net appender to ElasticSearch
|
|
yuzd/Hangfire.Core.Extend
在1.6.5基础上给dashbord增加了搜索功能,增加在dashbord上手动添加job,提供对外SDK添加job
|
|
jozefizso/SystemWrapper
.NET library for easier testing of system APIs.
|
|
HangfireIO/Hangfire.Dashboard.Authorization
Some authorization filters for Hangfire's Dashboard
|
|
pinky39/grove
A computer implementation of a trading card game: Magic: The Gathering. The goal of the project is to implement ai algorithms which can play the game at the same level as a casual human player.
|