Socket
Socket
Sign inDemoInstall

crex

Package Overview
Dependencies
153
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    crex

Creative Exchange SDK for Javascript


Version published
Maintainers
1
Install size
10.4 MB
Created

Readme

Source

Cognifide logo

Zen Garden Creative Exchange SDK for Javascript

Version License


Zen Garden logo


Creative Exchange SDK simplifies automation of Zen Garden theme development workflow. It works both in Nodejs and in the browser, so it can be foundation for command line tools, electron apps, code editor plugins, browser monitoring tools and any other solutions that will make theme development easier for your organisation.

SDK Quickstart

$ npm install crex --save

Use with Node 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));

SDK Documentation

Full documentation can be found here: https://mateuszluczak.github.io/crex-sdk

CLI

Package can also be installed globally as a CLI

$ npm install crex -g
$ ce --help
CLI Documentation

Full documentation can be found here: https://github.com/Cognifide/crex-sdk/wiki/CLI-Usage

License

MIT

Keywords

FAQs

Last updated on 06 Jun 2018

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc