README
wmc-Raw2SpecDef
JS service for generating specific component definition from RAW definition.
IMPORTANT: Before GIT commit
Whole dest
folder have to in GIT repo, because the main use case for using this package is pulling it from GIT.
So, before git commit is necessary to run npm run build
for update dest
folder!
Testing
Test for Node.js environment
npm test
Dev Test for Node.js environment
npm run test-dev
Test for Web browser environment
npm run test-browser
Build
Build for ESM (EcmaScript modules)
npm run build-esm
Build for CommonJS
npm run build-cjs
Build for ESM (EcmaScript modules) and CommonJS
npm run build