This repository was archived by the owner on Apr 25, 2020. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # ModuleBuildToolsTemp
2-
3- Builder tools for the ModuleBuild project
4-
5- ## Description
6-
7- Builder tools for the ModuleBuild project
8-
9- ## Introduction
10-
11- This module is used by ModuleBuild during its build process.
12-
13- ## Installation
14-
15- Powershell Gallery (PS 5.0, Preferred method)
16- ` install-module ModuleBuildToolsTemp `
17-
18- Manual Installation
19- ` iex (New-Object Net.WebClient).DownloadString("https://www.github.com/justin-p/ModuleBuildToolsTemp/raw/master/Install.ps1") `
20-
21- Or clone this repository to your local machine, extract, go to the .\releases\ModuleBuildToolsTemp directory
22- and import the module to your session to test, but not install this module.
23-
24- ## Contribute
25-
26- Please feel free to contribute by opening new issues or providing pull requests.
27- For the best development experience, open this project as a folder in Visual
28- Studio Code and ensure that the PowerShell extension is installed.
29-
30- * [ Visual Studio Code] ( https://code.visualstudio.com/ )
31- * [ PowerShell Extension] ( https://marketplace.visualstudio.com/items?itemName=ms-vscode.PowerShell )
32-
33- This module is tested with the PowerShell testing framework Pester. To run all tests, just start the included build scrip with the test param ` .\Build.ps1 -test ` .
34-
35- ## Other Information
36-
37- ** Author:** Justin Perdok
38-
39- ** Website:** https://www.github.com/justin-p/ModuleBuildToolsTemp
1+ moved to https://github.com/ModuleBuild/ModuleBuildTools
You can’t perform that action at this time.
0 commit comments