Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kavun/ps-cli
Example of a CLI written in Powershell
https://github.com/kavun/ps-cli
Last synced: 2 days ago
JSON representation
Example of a CLI written in Powershell
- Host: GitHub
- URL: https://github.com/kavun/ps-cli
- Owner: kavun
- License: mit
- Created: 2021-04-14T23:27:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-04-15T01:38:47.000Z (over 3 years ago)
- Last Synced: 2024-05-23T00:31:32.434Z (6 months ago)
- Language: PowerShell
- Size: 2.93 KB
- Stars: 7
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - kavun/ps-cli - Example of a CLI written in Powershell (PowerShell)
README
# ps-cli
Example of a CLI written in Powershell. Read my blog post for more info: https://kevinareed.com/2021/04/14/creating-a-command-based-cli-in-powershell/
## Steps
1. Validate commands
1. Handle commands
1. Support `Get-Help`
1. Handle nested commands