Giter Site home page Giter Site logo

rolandoldengarm / powershell Goto Github PK

View Code? Open in Web Editor NEW

This project forked from johannesprinz/powershell

0.0 2.0 0.0 483 KB

My collection of useful Powershell modules and my Powershell module BoilerPlate

License: MIT License

PowerShell 98.28% Batchfile 1.72%

powershell's Introduction

Powershell

My collection of usefull Powershell modules

####Modules All modules stem from my Boilerplate module and use psake, Pester, PSScriptAnalyzer and PowershellGet. ######Boilerplate This module I use to stub out new powershell modules. It sets up the new project structure for the powershell module including automated build scripts, testing frameworks and nuget packaging functions.

To use:

  1. Make the required edits to Modules\BoilerPlate\BoilerPlate.nuspec if you're considering using nuget and/or PsGet. Note:
  • You will need to use your own NuGet.exe if you'd like to publish the package
  • Upcoming changes will be made to work with PowershellGet instead of nuget
  1. Run Build-Dependencies.ps1 to install the dependecies mentioned above
  2. Launch Modules\BoilerPlate\here.cmd Invoke-psake Make-Module
  3. Enter the name of the new module
  4. Launch Modules\MyNewModule\here.cmd Invoke-psake Build
  5. Checkout the new nuget package in Modules\MyNewModule\bin which is also where the test results are logged.
  6. Thats it now edit and add to the functions in the Modules\MyNewModule\Functions directory and remeber to write tests.

The sample Format-HelloWorld.ps1 function is now my personal template for all functions going ahead. Hope this give you value. Happy days

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.