From: Jérôme Benoit Date: Fri, 17 Apr 2026 20:44:09 +0000 (+0200) Subject: docs: add CLI section to root README alongside Web UI X-Git-Tag: v4.5~27 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=a269f3b56c0c58e91eb37dfcb7cffbdc18de9d4e;p=e-mobility-charging-stations-simulator.git docs: add CLI section to root README alongside Web UI --- diff --git a/README.md b/README.md index 9d601879..fee0ed45 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,7 @@ Simple [node.js](https://nodejs.org/) software to simulate and scale a set of ch - [Initial configuration](#initial-configuration) - [Start simulator](#start-simulator) - [Start Web UI](#start-web-ui) +- [Start CLI](#start-cli) - [Configuration files syntax](#configuration-files-syntax) - [Charging stations simulator configuration](#charging-stations-simulator-configuration) - [Charging station template configuration](#charging-station-template-configuration) @@ -133,6 +134,10 @@ pnpm start See Web UI [README.md](./ui/web/README.md) for more information. +## Start CLI + +See CLI [README.md](./ui/cli/README.md) for more information. + ## Configuration files syntax All configuration files are using the JSON standard syntax.