1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-07-02 14:02:26 +00:00

docs: update

This commit is contained in:
Dylan Araps 2020-02-11 12:41:41 +02:00
parent 98bb76a827
commit 19fba88603
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

View File

@ -11,6 +11,26 @@ Tiny and straightforward package manager for KISS written in POSIX `sh`.
- Binary stripping. - Binary stripping.
- `shellcheck` compliant. - `shellcheck` compliant.
## `kiss` Guidestones
```
* The package manager must not exceed 1000 lines of code.
This number excludes blank lines and comments which make
up around 50% of the program's current size.
* The ends do not justify the means. A feature, fix or what
have you will not be implemented if it requires gross
hacks to accomplish.
* The user is smart, the package manager is dumb. The package
manager is written under the assumption that the user has
some kind of functioning brain in their skull.
* There are some things which can't be, shouldn't be and won't
be automated. Firstly, for my sanity and secondly, for yours.
```
## Usage ## Usage
```sh ```sh