Skip to content

Powershell cmdlets for performing windows based operations

License

Notifications You must be signed in to change notification settings

hemantksingh/shellpower

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Shellpower

Provides powershell cmdlets for performing windows based operations in a repeatable manner for continuous integration/deployment scenarios.

Supported packages

Test a package

To ensure the application package is good to be released, you can

  • Create an application nuget package, install it locally and run tests against it
  • make test-package APPLICATION=iisconfig NUGET_SOURCE=$PWD

Appveyor

Build Status