Skip to content
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

Feature/project initializer service #158

Merged
merged 8 commits into from
Dec 31, 2024

Conversation

shannah
Copy link
Owner

@shannah shannah commented Dec 30, 2024

  • Refactored project initialization into a service so it can be reused more easily in gui or cli.
  • added support for selecting npm account on publish. Tokens are stored in native keychain on Mac, Windows, and Linux.

previously the login on publish was broken with new versions of npm.
Now it will launch a terminal window for the user to login, which will launch the login flow.
Also it now distributes and installs npm as necessary so we no longer need npm in order to install it.
next we can provide it as a full gui desktop app.
Removed java 8 pipelines.  Will no longer be supported
@shannah shannah merged commit c84d37c into master Dec 31, 2024
9 checks passed
@shannah shannah deleted the feature/project-initializer-service branch December 31, 2024 13:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant