-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
jxc - jxcore-cordova installer helper #77
Comments
why don't you make this available on npm ? and document on README of jxcore-cordova? |
jxc is very nice as dev tool, but i think that the main goal should be to follow cordova plugins publishing standard described here: http://cordova.apache.org/plugins/authors.html applying this will make work the most known and user friendly way of installing plugins:
it will be also visible in official cordova plugin search: http://cordova.apache.org/plugins/ also jxcore userbase could then increase a lot. |
@cdynak I like this idea. |
@cdynak NPM repository may have problems with large packages. They were advising to use max to 10MB package sizes: npm/npm#4738 (comment). We have almost 10 times more in jxcore-cordova. Until we resolve how to efficiently add jxcore-cordova large binaries to the npm package (maybe hosted on other server), you may use updated jxc:
We're going to put jxc to npm, after some more tests and user updates. |
i've been thinking, that it would be not that easy... |
The $ npm install jxc
$ jx install jxc And it works on Windows, too. |
did we document this on README ? |
Not yet :) |
Documented. Also, for Visual Studio usage there is |
I've created a jxc helper module for installing jxcore-cordova and managing samples.
Primarily this was for my dev needs, but I thought I can share with others, who might find it useful.
This single command makes the jxcore-cordova plugin:
jx install
performed for the sample)Note: to have
jxc
command available first install the module globally:The text was updated successfully, but these errors were encountered: