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

split the package into two modules #50

Merged
merged 3 commits into from
Oct 31, 2023
Merged

split the package into two modules #50

merged 3 commits into from
Oct 31, 2023

Conversation

amtoine
Copy link
Owner

@amtoine amtoine commented Oct 31, 2023

this should close #28

description

this PR

  • moves the original ./nu-git-manager/ to ./src/nu-git-manager/
  • moves the sugar files to ./src/nu-git-manager-sugar/
  • adds a $.modules to package.nuon set to the two ./src/ paths above

running

nupm install --path .

will install

  • nu-git-manager with the main gm commands
  • nu-git-manager-sugar with all the previous sugar commands

Note
see the README

@amtoine amtoine marked this pull request as ready for review October 31, 2023 17:50
@amtoine amtoine added help wanted Extra attention is needed enhancement New feature or request and removed help wanted Extra attention is needed labels Oct 31, 2023
@melMass melMass merged commit 2a2dfc0 into main Oct 31, 2023
3 checks passed
@amtoine amtoine deleted the split-sugar branch November 1, 2023 09:26
@amtoine amtoine added the refactor Changes that just moves code around without altering features label Nov 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request refactor Changes that just moves code around without altering features
Projects
None yet
Development

Successfully merging this pull request may close these issues.

a bit of design: namespace and imports
2 participants