Hey guys,
I'm still new to Nim and brand new to Github. I believe I've done everything correctly for publishing my first Nimble package via the nimble publish command. Is this now simply a waiting game for the package to be in the repository after doing a pull request or is there another step for me to do?
Hey,
first of all congrats on building your first Nimble package you want to publish!
You can view your generated pull request here:
https://github.com/nim-lang/packages/pull/1650
Now it's just a question of wanting for someone with push rights to that repository to merge your PR. Usually a matter of a day or two. Once that's done, your package can automagically be installed using:
nimble install neel