-
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Create a standalone binary artifact #326
Comments
Perhaps with https://github.com/zeit/pkg |
I tested pkg to create a binary of prettier-java and it seems to be working ! |
You could evaluate GHR for automating binary upload to github releases. I use it here: https://github.com/SAP/xml-tools/blob/master/.circleci/config.yml#L65-L68 |
Great news @Shaolans ! For the moment, release are not automated. Do you have a script to create the binary executable? If so, I can execute it this afternoon or tomorrow and make a release |
I was just testing and I have not made a script but I done the following:
|
Since we have now migrated to github actions, there is an interesting action here to upload binaries on publish https://github.com/marketplace/actions/github-action-publish-binaries |
I would be awesome to provide a standalone artifact to run Prettier for Java in an ecosystem without node/npm
See #317
The text was updated successfully, but these errors were encountered: