diff --git a/doc/tools.rst b/doc/tools.rst index 9cc8f1fa4e..23dcc81bad 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -16,5 +16,12 @@ The standard distribution ships with the following tools: - | `C2nim `_ | C to Nim source converter. Translates C header files to Nim. +- | `niminst `_ + | niminst is a tool to generate an installer for a Nim program. + - | `nimgrep `_ | Nim search and replace utility. + +- | nimpretty + | ``nimpretty`` is a Nim source code beautifier, + to format code according to the official style guide.