nimble
nimble copied to clipboard
[question] Better way to add bin to path during development?
I am working on my first major Nim project. I have created a before and after build task to add the compiled binary to $nimbleDir/bin with a fallback to $HOME/.local/bin if the former does not exist. See this commit for more context
Is there a better workflow than this, or a built in workflow with Nim/ble for this? I mainly code with Node outside of work, so I am used to npm link.