Git Upm Publisher
Automate UPM package releases for Git repositories containing Unity plugins.
git-upm-publisher Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/track/git-upm-publisher.git README
git-upm-publisher-2
Continuation of the git-upm-publisher, which never worked as it was supposed to.
Written in Typescript this time.
Install
npm i -g git-upm-publisher
Make sure to delete the python version if you were using it:
pip uninstall git-upm-publisher
Usage
Navigate to the folder with the package.json, and run gup.
Command Line Parameters
| Parameter | Alias | Type | Description |
|---|---|---|---|
| --help | boolean | Show help | |
| --version | boolean | Show version number | |
| --remote | -r | string | Name of the remote where UPM package branch resides or will reside. Defaults to "origin". |
| --branch | -b | string | Name of the branch to publish the UPM package to. Defaults to "upm". |
| --force | -f | boolean | Disable checks and execute snapshot with force flag. |
| --noAuthor | -a | boolean | Disable overriding the commit author for auto-commits made by this tool. |
| --noPush | -n | boolean | Disable auto-pushing of the upm branch to the origin. |
| --noPull | -l | boolean | Disable pulling of the UPM package branch before and after the publishing process. |
| --noCommit | -c | boolean | Disable the auto-commit before publishing that includes the version change in the 'package.json'. |
| --package | -p | string | Skip searching and use this package.json path (must include 'package.json'). |
| --tagPrefix | -t | string | A prefix for the git tag. |
Licence
MIT license. Refer to the LICENSE file.
Copyright (c) 2020 starikcetin
Total Installs
0
Last 30 daysUnique IPs
0
Approximate usersInstalls Over Time
Operating Systems
No data yet
Top Countries
No data yet
Git Versions
No data yet
Embed Install Badge
Add an install count badge to your README
Markdown
[](https://www.pkglnk.dev/pkg/git-upm-publisher)HTML
<a href="https://www.pkglnk.dev/pkg/git-upm-publisher"><img src="https://www.pkglnk.dev/badge/git-upm-publisher.svg?style=pkglnk" alt="pkglnk installs"></a>
No comments yet. Be the first!