morepretty
Morepretty - Does more than nimpretty.
Summary
| Latest Version | Unknown |
|---|---|
| License | MIT |
| CI Status | Passing |
| Downloads | 0 |
| Last Indexed | 2026-07-21 05:24 |
Tags
Installation
nimble install morepretty
choosenim install morepretty
git clone https://github.com/treeform/morepretty
OS Compatibility
| Platform | Linux | macOS | Windows | FreeBSD | OpenBSD | NetBSD | Android | iOS | WASM | Embedded |
|---|---|---|---|---|---|---|---|---|---|---|
| morepretty | ✓ | ✓ | ✓ | - | - | - | - | - | - | - |
Source
| Repository | https://github.com/treeform/morepretty |
|---|---|
| Homepage | https://github.com/treeform/morepretty |
| Documentation | View Documentation |
| Registry Source | nimble_official |
README
morepretty - More pretty than nimpretty.
nimble install morepretty
This command line has no dependencies other than the Nim standard library.
nimpretty does not ...
- organize imports
- remove blank lines
- convert windows to unix line endings
- insert a single line at the end of files for git
- pretty the whole dir tree at once
so morepretty does all of that!
morepretty runs nimpretty too so you only ever need to run one command to format your code.