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

rename package files #701

Merged
merged 1 commit into from
Feb 18, 2024
Merged

rename package files #701

merged 1 commit into from
Feb 18, 2024

Conversation

amtoine
Copy link
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

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 marked this pull request as ready for review February 18, 2024 15:23
@amtoine
Copy link
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.

None yet

2 participants