split the package into nu-themes and nu-hooks#700
Merged
amtoine merged 1 commit intonushell:mainfrom Feb 18, 2024
Merged
Conversation
This was referenced Dec 15, 2023
Merged
kubouch
pushed a commit
to nushell/nupm
that referenced
this pull request
Dec 17, 2023
related to - #50 - amtoine/nu-git-manager#140 - nushell/nu_scripts#700 ## Description #50 forces some packages with multiple modules to be split into multiple packages. this is the case of `amtoine/nu-git-manager` and `nushell/nu_scripts` and this PR reflects this new set of packages. > **Note** > the script given as an example in #49 might not work for now with the ongoing transition from `package.nuon` to `nupm.nuon` in #49
Member
Author
|
i think i'll land this, as it's conflicting with Nupm and its |
amtoine
added a commit
that referenced
this pull request
Feb 18, 2024
related to - nushell/nupm#51 depends on - #700 > **Important** > this PR will be rebased once #700 lands and only a5a6b6f is relevant here ## description this is a simple rename of `package.nuon` files to `nupm.nuon` as per nushell/nupm#51.
maxim-uvarov
pushed a commit
to maxim-uvarov/nu_scripts_reduced_size
that referenced
this pull request
Oct 12, 2024
related to - nushell/nupm#51 depends on - nushell/nu_scripts#700 > **Important** > this PR will be rebased once #700 lands and only nushell/nu_scripts@a5a6b6f is relevant here ## description this is a simple rename of `package.nuon` files to `nupm.nuon` as per nushell/nupm#51.
maxim-uvarov
pushed a commit
to maxim-uvarov/nu_scripts_reduced_size
that referenced
this pull request
Oct 13, 2024
related to - nushell/nupm#51 depends on - nushell/nu_scripts#700 > **Important** > this PR will be rebased once #700 lands and only nushell/nu_scripts@a5a6b6f is relevant here ## description this is a simple rename of `package.nuon` files to `nupm.nuon` as per nushell/nupm#51.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
related to
description
nu-scriptswas not really a package but rather a set of two module packages.this feature has been removed from Nupm in nushell/nupm#50 and this PR fixes the
nu-scriptspackages.this PR does not change anything from the user point of view, apart from the install that goes from
to