Skip to content

Latest commit

 

History

History
47 lines (26 loc) · 1.96 KB

README.md

File metadata and controls

47 lines (26 loc) · 1.96 KB

li CLI Quick Start for OSX

(Tested in OSX 10.12.6)

  1. Install Node.js and npm. Usually, npm (Node Package Manager) gets bundled with the node environment, but verify that you have it.

    Run node -v at the command line to check whether node is installed.

    Run npm at the command line to check whether npm is installed.

  2. lithium-sdk supports Node.js version => 4.8.4, 6.11.2, 8.3.0 and 10.24.1.

  3. Install gulp by issuing the following statement in a command line: npm install gulp -g.

  4. Install lithium-sdk by issuing the following statement in a command line: npm install lithium-sdk -g.

Community Plugin SDK

Build Status

Community Plugin SDK documentation

Khoros Developer Resources

Khoros Developer Documentation Portal

Khoros Community API v1

Khoros Community API v2

Khoros Care Developer Documentation

Khoros FreeMarker context objects

Developers Discussion forum

Other useful resources

FreeMarker documentation

Sass documentation

node.js NodeSchool Tutorials