This is a javascript npm package commonjs module starter template. It produces both cjs
and esm
module builds.
It provides both package scenarios:
- library
- binary
- Clone using
@pr4j3sh/frames
npm create @pr4j3sh/frames@latest javascript mypkg
- Run using
npm run dev
By default
javascript
package is of typecjs
. However, the final builds supports both,cjs
andesm
.