An open API service indexing awesome lists of open source software.

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!

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/)