powershell_runner
v1.1.0
Published
Run powershell scripts with ease from your scrips folder
Readme
Installation
Install using npm i -g powershell_runner
How to use
To use it simply run runner script_name
Example
Consider this following file structure:
/project
/scripts
- test.ps1
- README.md
- index.jsTo run the test.ps1, simply run runner test.
