Skip to content

Commit b958498

Browse files
committed
Updated documentation.
1 parent 1cd6faf commit b958498

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

Docs/images/dt_cdxgen_logos.png

13.4 KB
Loading

Docs/images/sectools_logo.png

6.27 KB
Loading

README.md

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# PowerCommands2022
2-
You could see PowerCommands as your CLI applikation starter kit. It is a structured framework for creating your own customized command prompt to perform tasks with the full control from your command environment. That means no time-consuming hassling with a GUI, try catch block, validate your input, you do not need to write a zilion test classes either. Just concentrate on the code, create your commands and run the Console applikation.
1+
# Power Commands
2+
You could see PowerCommands as your CLI application starter kit. It is a structured framework for creating your own customized command prompt to perform tasks with the full control from your command environment. That means no time-consuming hassling with a GUI, try catch block, validate your input, you do not need to write a zilion test classes either. Just concentrate on the code, create your commands and run the Console application.
33

44
[Follow progress on twitter](https://twitter.com/PowerCommands) <img src="https://github.com/PowerCommands/PowerCommands2022/blob/main/Docs/images/Twitter.png?raw=true" alt="drawing" width="20"/>
55

66
### The core components offering this to your custom PowerCommands
7-
- Command completion, with history, suggestions, options and support for Path/File navigation and color highlightning when typing a valid command
7+
- Command completion, with history, suggestions, options and support for Path/File navigation and color highlighting when typing a valid command
88
- Secret handling to protect sensitive information like password or authentication tokens in the configuration file.
99
- Configuration with YAML (built to be very easy to extend)
1010
- Logging (using Microsoft.Extensions.Logging.ILogger)
@@ -43,7 +43,7 @@ https://github.com/PowerCommands/PowerCommands2022/assets/102176789/10945ee0-947
4343

4444
[Simple automated test](Docs/Test.md)
4545

46-
[Output to the Console guidline](Docs/ConsoleOutput.md)
46+
[Output to the Console guideline](Docs/ConsoleOutput.md)
4747

4848
## Automation
4949
[Run your command as job](Docs/Job.md)
@@ -68,8 +68,17 @@ https://github.com/PowerCommands/PowerCommands2022/assets/102176789/10945ee0-947
6868

6969
[Customize your project](Docs/Customize.md)
7070

71+
---
72+
7173
## Implementations
72-
[Glitchfinder and KnowledgedDB](Docs/Implementations.md)
74+
75+
# PainKiller Security Tools
76+
77+
PainKiller Security Tools combines **CycloneDX** and **Dependency Track** to let you create SBOM files from git repos and import them in to OWASP Dependency Track which gives you a nice GUI where you can analyze your repos vulnerabilities.
78+
79+
<img src="Docs/images/dt_cdxgen_logos.png" alt="cdxgen" width="512">
80+
81+
[PainKiller Security Tools on Github](https://github.com/PowerCommands/SecTools)
7382

7483
## Links
7584
[10 design principles for delightful CLIs](https://blog.developer.atlassian.com/10-design-principles-for-delightful-clis/)

0 commit comments

Comments
 (0)