sfmc-boilerplate
set up local dev env for Salesforce Marketing Cloud and create deployment bundles
generator-ssjs
yo generator to scaffold an [SSJS Framework](https://adessose.github.io/ssjs-webpack/) project. ## Installation ``` # install yo npm install --global yo
ssjs-fetch
Simplified interface for Script.Util.HttpRequest. ## Installation npm install ssjs-fetch ## Interface ``` Get: function (url, headers = [], continueOnError = true, retries = 0, emptyContentHandling = 0) Post: function (url, data, headers = [], continueOn