https://github.com/ian-h-chamberlain/choco-dotfiles
Chocolatey packages for personal use
https://github.com/ian-h-chamberlain/choco-dotfiles
Last synced: about 1 month ago
JSON representation
Chocolatey packages for personal use
- Host: GitHub
- URL: https://github.com/ian-h-chamberlain/choco-dotfiles
- Owner: ian-h-chamberlain
- Created: 2024-10-10T14:43:56.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T15:01:59.000Z (7 months ago)
- Last Synced: 2025-03-25T05:36:35.850Z (about 1 month ago)
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Custom chocolatey packages to be hosted on GH
Build + publish steps:
1. (Maybe) `choco apikey add` to avoid passing --api-key every time
1. `choco pack` (outputs a file like `testpkg.0.1.0.nupkg`)
1. `choco push --api-key=$TOKEN --source=https://nuget.pkg.github.com/ian-h-chamberlain/index.json ./testpkg.0.1.0.nupkg`
TODO: maybe can add a shortcut for the source here idkPull / install from source
1. `choco source add --user=ian-h-chamberlain --password=$TOKEN --name=github --source=https://nuget.pkg.github.com/ian-h-chamberlain/index.json`
Not sure if user/password are actually needed here?
1. `choco install` or `search` or whatever