AllTools
AllTools copied to clipboard
chore: sample chocolatey package for testing
Following issue #3
So I have published a sample package, taking one tool ObjDir
. I have submitted it and they say it takes around 3 days to have it reviewed. Let's see how that goes , see below:
Chocolatey v0.10.15
Attempting to push objdir.0.1.0.nupkg to https://push.chocolatey.org/
objdir 0.1.0 was pushed successfully to https://push.chocolatey.org/
Your package may be subject to moderation. A moderator will review the
package prior to acceptance. You should have received an email. If you
don't hear back from moderators within 1-3 business days, please reply
to the email and ask for status or use contact site admins on the
package page to contact moderators.
Please ensure your registered email address is correct and emails from
noreply at chocolatey dot org are not being sent to your spam/junk
folder.
Did you know the proceeds of Pro (and some proceeds from other
licensed editions) go into bettering the community infrastructure?
Your support ensures an active community, keeps Chocolatey tip top,
plus it nets you some awesome features!
https://chocolatey.org/compare
Commands that I ran
From the ObjDir
directory:
-
choco pack
# produces the nupkg file -
choco push --api-key <APIKEY>
# to push to Chocolatey.org, you can object the API KEY by signing up here - https://community.chocolatey.org/account/Register
References
- https://docs.chocolatey.org/en-us/create/create-packages
- https://docs.chocolatey.org/en-us/create/functions/install-chocolateypackage
- https://www.topbug.net/blog/2012/07/02/a-simple-tutorial-create-and-publish-chocolatey-packages/
Thank you! I need to find the time to look into it further.