Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kilasuit/ise_cew
My Addons to PowerShell ISE that helps with Saving Files, Git Commits & Default Pester Tests
https://github.com/kilasuit/ise_cew
Last synced: 8 days ago
JSON representation
My Addons to PowerShell ISE that helps with Saving Files, Git Commits & Default Pester Tests
- Host: GitHub
- URL: https://github.com/kilasuit/ise_cew
- Owner: kilasuit
- License: mit
- Created: 2016-01-14T06:00:40.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2022-11-28T22:55:28.000Z (almost 2 years ago)
- Last Synced: 2024-05-01T21:21:56.087Z (7 months ago)
- Language: PowerShell
- Homepage:
- Size: 44.9 KB
- Stars: 30
- Watchers: 9
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# ISE_Cew - Archived
ISE_Cew is an addon for PowerShell ISE that simplifies the workflow for Script & Module Creation.CEW stands for Creation Efficency Workflow
It does so by making use of the following required PSDrives
Scripts-WIP
Modules-WIP
ISE_Cew makes use of Git, Pester & PSScriptAnalyzer and automates the creation of the following
* Git Repo for the Script or Module that is being worked on - this allows you to then publish (with all the Commit history) to GitHub once you have completed the work on the Script or the Module.
* Creation of a standard suite of Pester tests based on the included ISE_Cew.default.tests.ps1
* A set of simple Keyboard Shortcuts to enhance and simplify the overall Script & Module Creation Workflow
These include
* Ctrl+Shift+S - Save-AllNamedFiles
* Ctrl+Alt+S - Save-AllUnnamedFiles -GeneralModuleDetails $psd1
* Ctrl+Shift+Alt+S - Save-CurrentISEFile
* F6 - AlignEquals
* F7 - CleanWhitespace