You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
.vscode/settings.json with prettier enabled on save, eslint enabled for all js/ts/jsx/tsx files + extension recommendations
Vite instead of Webpack + glob entries for TSX and single-folder components
.github/workflows with one dead simple action that runs on every commit and produces the archive (checkout, setup node, run: npm run build and artifact)
Windows-friendly scripts, including npm run watch and npm run watch:callback that packs and deploys
Have a working Hello World (node types, views, templates, hydration) --> to be covered in a different ticket
https://github.com/Jahia/javascript-create-module/
To:
https://github.com/Jahia/javascript-modules/javascript-create-module/
(And ensure everything still works)
Release method: synchronous, versions aligned (all packages in the repo are always on the same version)
Ensure that the template is up to par with best-practices:
npm run watchandnpm run watch:callbackthat packs and deploys