kPackageTemplate icon indicating copy to clipboard operation
kPackageTemplate copied to clipboard

Also, please add into the readme guide - ssh setup

Open studentutu opened this issue 5 years ago • 0 comments

Unity npm registry can load data from the ssh link as well. What you need to do is to add you ssh to the system git registry for github ssh -T [email protected] for bitbucket ssh -T [email protected]

After it, you can change the package.json to use ssh links instead "com.author.repo": "ssh://[email protected]/Git_Owner/Repository.git#target_branch"

Also, you can add the remote storage for npm with "scopedRegistries": [ { "name": "OrganisationOwner", "url": "http://packages.example.com", "scopes": [ "com.author3", "com.author2", "com.author1" ] }

studentutu avatar Jul 19 '20 10:07 studentutu