UNPKG

generator-ssjs

Version:

yo generator to scaffold an [SSJS Framework](https://adessose.github.io/ssjs-webpack/) project. ## Installation ``` # install yo npm install --global yo

7 lines (6 loc) 115 B
import amp from 'lib/ampScript' const msg = amp.run(` VAR @response SET @response = "Hello World!" `); Write(msg);