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

Cleaner commands design #13

Merged
merged 3 commits into from
Nov 21, 2023
Merged

Cleaner commands design #13

merged 3 commits into from
Nov 21, 2023

Conversation

dherman
Copy link
Collaborator

@dherman dherman commented Nov 19, 2023

Summary

  • neon pack-build --> neon tarball (more self-evident what it creates)
  • neon install-builds --> neon update-targets (more consistent with npm naming conventions)
  • neon add-target: new command that adds a target to package.json
  • retain the old command names for backwards compatibility but don't show them in help
image

David Herman added 3 commits November 19, 2023 19:16
- `neon pack-build` --> `neon tarball` (more self-evident what it creates)
- `neon install-builds` --> `neon update-targets` (more consistent with npm naming conventions)
- `neon add-target`: new command that adds a target to package.json
- retain the old command names for backwards compatibility but don't show them in `help`
@dherman dherman marked this pull request as ready for review November 21, 2023 11:16
@dherman dherman merged commit a24c247 into main Nov 21, 2023
2 checks passed
@dherman dherman deleted the cleaner-commands branch November 21, 2023 11:17
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