amtoine / nu-git-manager

A collection of Nushell tools to manage Git repositories.
GNU General Public License v3.0
26 stars 2 forks source link

refactor `git` and `git-prompt` modules in `sugar` to allow testing #121

Closed amtoine closed 9 months ago

amtoine commented 9 months ago

related to

description

the ./src/nu-git-manager-sugar/ directory structure changed from

.
|-- extra.nu
|-- git-prompt.nu
|-- git.nu
|-- github.nu
`-- mod.nu

to

.
|-- extra.nu
|-- git
|   |-- lib
|   |   |-- lib.nu
|   |   `-- prompt.nu
|   |-- mod.nu
|   `-- prompt.nu
|-- github.nu
`-- mod.nu

that is