Installation
Binaries
Download binaries from the releases page.
Install via nimble
nph
can be also compiled or installed using nimble
version v0.14.2
+:
nimble -l setup
nimble build
nph
requires an specific version of nim
during the build process since it
reuses parts of the compiler whose API frequently changes - this may lead to
nim
itself being built as part of the installation process
For bonus points, replace nimpretty
with a symlink to nph
- similar
command line options are supported ;)
Editor integration
- VSCode (
ext install arnetheduck.vscode-nph
)