diff options
author | Juan Carlos <juancarlospaco@gmail.com> | 2019-06-17 06:17:28 -0300 |
---|---|---|
committer | Andreas Rumpf <rumpf_a@web.de> | 2019-06-17 11:17:28 +0200 |
commit | eb087b35469e17b957cee18c3b988c40884bd35e (patch) | |
tree | 4415be5350fbe3e5ee3672472738555ce7b83a1d /doc/tools.rst | |
parent | aa7f23e1eea9ea87a441085e13e5a07d0f0c31ca (diff) | |
download | Nim-eb087b35469e17b957cee18c3b988c40884bd35e.tar.gz |
[bugfix] Fixes #11434 , Update Tools Documentation (#11449)
Diffstat (limited to 'doc/tools.rst')
-rw-r--r-- | doc/tools.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/tools.rst b/doc/tools.rst index 9cc8f1fa4..23dcc81ba 100644 --- a/doc/tools.rst +++ b/doc/tools.rst @@ -16,5 +16,12 @@ The standard distribution ships with the following tools: - | `C2nim <https://github.com/nim-lang/c2nim/blob/master/doc/c2nim.rst>`_ | C to Nim source converter. Translates C header files to Nim. +- | `niminst <https://nim-lang.org/docs/niminst.html>`_ + | niminst is a tool to generate an installer for a Nim program. + - | `nimgrep <nimgrep.html>`_ | Nim search and replace utility. + +- | nimpretty + | ``nimpretty`` is a Nim source code beautifier, + to format code according to the official style guide. |