Skip to content

Commit

Permalink
split the package into nu-themes and nu-hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
amtoine committed Dec 15, 2023
1 parent 6f1c0df commit b7cd1ce
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 2 additions & 3 deletions package.nuon → nu-hooks/package.nuon
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
{
name: "nu-scripts"
description: "A place to share Nushell scripts with each other"
name: "nu-hooks"
description: "Officially-supported hooks for Nushell"
documentation: "https://github.com/nushell/nu_scripts/blob/main/README.md"
license: "https://github.com/nushell/nu_scripts/blob/main/LICENSE"
version: 0.1.0
type: "module"
modules: ["./themes/nu-themes/", "./nu-hooks/"]
}
8 changes: 8 additions & 0 deletions themes/package.nuon
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
name: "nu-themes"
description: "Officially-supported themes for Nushell"
documentation: "https://github.com/nushell/nu_scripts/blob/main/README.md"
license: "https://github.com/nushell/nu_scripts/blob/main/LICENSE"
version: 0.1.0
type: "module"
}

0 comments on commit b7cd1ce

Please sign in to comment.