nimble icon indicating copy to clipboard operation
nimble copied to clipboard

[question] Better way to add bin to path during development?

Open binaryben opened this issue 3 years ago • 0 comments

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.

binaryben avatar Oct 21 '22 04:10 binaryben