Skip to content

SQLJames/PlasterTemplate

Repository files navigation

Installing <%= $PLASTER_PARAM_ModuleName %>

Run the following to install This module. To install on a server or for all users, remove the -Scope parameter and run in an elevated session:

    Import-Module <%= $PLASTER_PARAM_ModuleName %> -Force -Verbose -Scope CurrentUser

    Get-Command -Module <%= $PLASTER_PARAM_ModuleName %>

OR

    import-Module C:\Users\<%= $PLASTER_PARAM_FullName %>\source\repos\<%= $PLASTER_PARAM_ModuleName %> -Verbose -force -Scope CurrentUser

    Get-Command -Module <%= $PLASTER_PARAM_ModuleName %>

Module Concept

Current functionality

Usage scenarios

Contributing

Want to contribute to the project? See the contributing.md for a jump start.

TODOs until version 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published