You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-5Lines changed: 14 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff 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.
3
3
4
4
[Follow progress on twitter](https://twitter.com/PowerCommands) <imgsrc="https://github.com/PowerCommands/PowerCommands2022/blob/main/Docs/images/Twitter.png?raw=true"alt="drawing"width="20"/>
5
5
6
6
### 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
8
8
- Secret handling to protect sensitive information like password or authentication tokens in the configuration file.
9
9
- Configuration with YAML (built to be very easy to extend)
[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.
0 commit comments