sfcc-template-tools
v1.0.0
Published
SFCC Template Tools
Readme
Salesforce Commerce Cloud Discover Template Includes Tool 🔎
How to use it
- Install as a development dependency
npm install sfcc-templates-tool -D- Add shortcut into your
package.json
{
...
"scripts": {
"templates": "npm run sfcc-templates-tool"
}
...
}- Run the command to use template tools
$ npm run templates