Crafter CMS SDK for JavaScript in the browser and Node JS
packages
contains the different SDK packages and their respective sources (TypeScript for the most part)
yarn
will fetch all dependencies for development./build.sh
will use webpack to generate a production ES5 bundle underdist
folder
Run yarn test
on each of the packages to execute all tests.