mapiacompany / capacitor-codepush

Capacitor plugin for CodePush
http://appcenter.ms
Other
151 stars 65 forks source link

Publish on NPM #34

Open PowerOfM opened 3 years ago

PowerOfM commented 3 years ago

Will this package be published to NPM? Using Yarn v2, I'm having difficulties adding a package from the GitHub url (it expects the branch to be called "master" - the option to customize will come in Yarn v3).

I noticed another capacitor-codepush on npmjs.com. Have there been any attempts to contact that package publisher and consolidate efforts?

tolutronics commented 3 years ago

Fork it and publish

johnborges commented 3 years ago

@PowerOfM I think you can via yarn. Try: yarn add <git remote url>#<branch/commit/tag>

Installs a package from a remote git repository at specific git branch, git commit or git tag.

Clovel commented 2 years ago

This would be great !

But before that we need to :

alexcroox commented 2 years ago

An npm release would be so helpful. Github actions are having a hard time with npm 7 + git+https:// deps being converted to SSH versions and failing

afilp commented 1 year ago

Is there a better solution please? Thanks