From ffda5757d6c9892adbd1990b6725822a8f05397e Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sun, 22 Mar 2020 16:20:51 +0200 Subject: [PATCH] docs: update --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0b7f081..6b06e74 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Tiny and straightforward package manager for KISS written in POSIX `sh`. -- Only 600~ lines of POSIX `sh` (*excluding blank lines and comments*). +- Only 600~ lines of POSIX `sh` (See [cloc](#cloc)). - Runtime dependency detection. - Incremental package installation. - Fast dependency solver. @@ -37,6 +37,7 @@ Read: https://k1ss.org/guidestones.txt * [Package format](#package-format) * [Extending the package manager](#extending-the-package-manager) +* [cloc](#cloc) @@ -70,3 +71,13 @@ The `contrib` directory contains a set of simple scripts to extend the package m - `kiss-revdepends`: Display packages which depend on package. - `kiss-size`: Show the size on disk for an installed package. + +## cloc + +``` ++---------------------------------------+ +| Language files blank comment code | +|---------------------------------------| +| Shell 1 287 408 693 | ++---------------------------------------+ +```