Files
kapow/docs/source/theory/philosophy.rst
2019-11-20 14:30:28 +01:00

30 lines
632 B
ReStructuredText

Philosophy
==========
We Provide a Single Static Binary
---------------------------------
- Because it makes deployments easier.
Shell Agnostic
--------------
- Kapow! knows nothing about the shell you are using.
- It only spawns executables.
- You can use anything you want that ends interacting with the `data
api`.
- This helps with multiplatform and with future higher level tools.
Not a Silver Bullet
-------------------
You should not use Kapow! for projects with complex business logic.
If you try to encode business logic in a shell script, you will **deeply**
regret it.
Kapow! is for automating simple stuff.