Creative Exchange SDK
Zen Garden Creative Exchange SDK for Javascript
SDK
$ npm install crex --save
Use with node.js or module bundler like Webpack
var CrEx = require('crex');
var crex = new CrEx();
crex.exportGetAllPackages()
.then((packages) => console.log(packages))
.catch((err) => console.log(err))
Full docummentation and examples can be found here
CLI
Package can also be installed globally as a CLI
$ npm install crex -g
Exporting package
$ ce export /content/showcase/default/en_gb/home -x
Importing package
$ ce import -c etc
Full documentation of available commands and options can be found here
License
MIT