Skip to content

rename package files#701

Merged
amtoine merged 1 commit intonushell:mainfrom
amtoine:rename-package-file
Feb 18, 2024
Merged

rename package files#701
amtoine merged 1 commit intonushell:mainfrom
amtoine:rename-package-file

Conversation

@amtoine
Copy link
Copy Markdown
Member

@amtoine amtoine commented Dec 16, 2023

related to

depends on

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.

@Feel-ix-343
Copy link
Copy Markdown

updates?

command used
```nushell
ls **/package.nuon
    | insert new {|it| $it.name | path dirname | path join "nupm.nuon" }
    | each { mv $in.name $in.new }
```
@amtoine amtoine force-pushed the rename-package-file branch from a5a6b6f to ada042f Compare February 18, 2024 15:23
@amtoine amtoine marked this pull request as ready for review February 18, 2024 15:23
@amtoine
Copy link
Copy Markdown
Member Author

amtoine commented Feb 18, 2024

follow up to #700.

@amtoine amtoine merged commit f04cb44 into nushell:main Feb 18, 2024
@amtoine amtoine deleted the rename-package-file branch February 18, 2024 15: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.

2 participants