MetaMask / snaps-cli

A CLI for developing MetaMask plugins.
ISC License
37 stars 26 forks source link

Refactor package exports #131

Closed rekmarks closed 3 years ago

rekmarks commented 3 years ago

Refactors the package exports (i.e. the exports of the package manifest main file, which is dist/cmds/index) such that the complete command array is exported under the name commandModules, and every individual command handler is exported under one of its aliases. The default export is removed.