nushell / nu_scripts

A place to share Nushell scripts with each other
MIT License
712 stars 222 forks source link

Can I use a custom name to declare my modules. #964

Open louiss0 opened 2 days ago

louiss0 commented 2 days ago

I'm in a situation where I'm writing a few modules. Those modules are related to each other and associated with me. But a user might want one of the modules but not no the other ones.

I want to submit a folder that looks like this. Those will be in the modules folder.


@nu-code-fixer-23/
    ├── yadm/
    │   └── mod.nu
    ├── git/
    │   └── mod.nu
    └── is/
        └── mod.nu
louiss0 commented 2 days ago

This belongs in a disscussion! By the way