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
That's a great idea. FYI, I have no JS or npm knowledge. But if you are leading this effort, I follow that PR closely (you can start a WIP PR as you get something going), and I can chime in wherever I can help.
Your build process should compile (optionally minify -- though i wouldn't sweat it these days) and drop it in a .gitignore'd dist directory (name is subjective - though dist is popular).
To publish, you type npm publish. npm then makes a tarball based on the packing list of files/dirs found in your files key in your package.json and uploads that to the central npm repository for everyone to access.
The tooling landscape in JavaScript is vast, but by sticking to the bare minimum steps, it's actually quite simple.
EDIT 1,2: i can't type json in a textarea to save my life.
js -d:nodejs -d:release
.*.js
and*.min.js
.For the "Backend" of this idea please have a look at:
The text was updated successfully, but these errors were encountered: