module install via npm e.g. npm:name[@version]#122
Conversation
|
What if I create a full web service for uploading modules etc, and we can modify breach core to use mpm://module_name pointing to the website? Or at a minimum, be a central page to link to everyone's module repo? |
|
@matthewjamesr working on it here: mod_findmod. Would love any help, here are some questions that I would love help with. |
|
So we agree we can close this PR. module discovery will belong to its own module right? cc @knownasilya |
|
@spolu sounds like a plan. |
|
Sorry reopening, as this is totally belonging to the module manger |
|
😄 felt like I was missing something haha |
|
So this is awesome. Only you allow (and you should) an empty version for the npm package but you don't proceed to discover the latest version in Which would lead to some issues with auto-updates if there is no proper version associated with the path. Can you update the PR so that the npm version is discovered there? |
|
Otherwise I'll take over from here. Just let me know! |
Uses npm-normalize to get a normalized package dataset.
This is a WIP. Would love any help 😄. In response to #121.