extension-js / extension.js

🧩 Plug-and-play, zero-config, cross-browser extension development tool.
https://extension.js.org
MIT License
3.67k stars 93 forks source link

Improve "create" package structure #146

Closed cezaraugusto closed 1 month ago

cezaraugusto commented 1 month ago

Sibling PR of https://github.com/extension-js/extension.js/pull/137 but this one is for the "create" package. The goal is to simplify the audit and release of new templates by internally using them as testing fixtures and reduce the bundle size by fetching templates remotely (via go-git-it package) instead of having them installed on user machine.

Regressions/items to be fixed