https://github.com/powercommands/powercommands2022
PowerCommands is a create your own CLI application starter kit!
https://github.com/powercommands/powercommands2022
cli cli-app cmd command command-line-interface command-line-tool console console-app console-application console-table console-tables csharp cve-scanning dotnet-core dotnetcore nist nvd
Last synced: about 1 month ago
JSON representation
PowerCommands is a create your own CLI application starter kit!
- Host: GitHub
- URL: https://github.com/powercommands/powercommands2022
- Owner: PowerCommands
- License: gpl-3.0
- Created: 2022-03-22T17:19:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-19T15:54:45.000Z (2 months ago)
- Last Synced: 2025-03-30T03:41:15.512Z (about 2 months ago)
- Topics: cli, cli-app, cmd, command, command-line-interface, command-line-tool, console, console-app, console-application, console-table, console-tables, csharp, cve-scanning, dotnet-core, dotnetcore, nist, nvd
- Language: C#
- Homepage:
- Size: 29.3 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Docs/README.md
- License: LICENSE
Awesome Lists containing this project
README
# PowerCommands2022 Documentation
## Start your journey
[Create a new VS Solution](Create_new_%20project.md)[Create a new Command](Create_new_command.md)
## Commands development
[Design your Command](Design_command.md)[Power Commands Design attribute](PowerCommandDesignAttribute.md)
[Command base class](CommandBase.md)
[Handling the Input](Input.md)
[Using Options](Options.md)
[Simple automated test](Test.md)
[Output to the Console guideline](ConsoleOutput.md)
[Chain commands calls](ChainCommands.md)
## File handling
[Handling files and directories with file, cd and dir commands](ReadWriteFileHandler.md)## Automation
[Run your command as job](Job.md)## Core framework
[PowerCommandsRuntime](PowerCommandsRuntime.md)## Configuration and documentation
[Basic application configuration](Configuration.md)[Extend your configuration](ExtendYourConfiguration.md)
[Configure your environment to use encrypt/decrypt secrets](Secrets.md)
[Documentation index](DocumentationIndexDB.md)
## Architecture
[Design principles and guidlines](PowerCommands%20Design%20Principles%20And%20Guidlines.md)[Customize your project](Customize.md)
## Implementations
[Glitchfinder and KnowledgedDB](Implementations.md)## Links
[10 design principles for delightful CLIs](https://blog.developer.atlassian.com/10-design-principles-for-delightful-clis/)