# 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 and 8.3.0.

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][travis-image]][travis-url]

[Community Plugin SDK documentation](https://developer.khoros.com/khoroscommunitydevdocs/docs/about-the-community-plugin-sdk)

### Khoros Developer Resources

[Khoros Developer Documentation Portal](https://developer.khoros.com/)

[Khoros Community API v1](https://developer.khoros.com/khoroscommunitydevdocs/docs/getting-started-with-api-1)

[Khoros Community API v2](https://developer.khoros.com/khoroscommunitydevdocs/docs/getting-started-with-community-api-2-1)

[Khoros Care Developer Documentation](https://developer.khoros.com/khoroscaredevdocs)

[Khoros FreeMarker context objects](https://developer.khoros.com/khoroscommunitydevdocs/docs/context-object-index)

[Developers Discussion forum](http://community.khoros.com/t5/Developers-Discussion/bd-p/studio)

### Other useful resources
[FreeMarker documentation](http://freemarker.org/docs/index.html)

[Sass documentation](http://sass-lang.com/documentation/file.SASS_REFERENCE.html)

[node.js NodeSchool Tutorials](https://nodejs.org/documentation/tutorials/)

[travis-url]: https://travis-ci.org/lithiumtech/lithium-sdk
[travis-image]: https://travis-ci.org/lithiumtech/lithium-sdk.svg?branch=master
[travis-dev-url]: https://travis-ci.org/lithiumtech/lithium-sdk/branches
[travis-dev-image]: https://travis-ci.org/lithiumtech/lithium-sdk.svg?branch=develop
