Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.41 KB

README.md

File metadata and controls

33 lines (22 loc) · 1.41 KB

Sourcemint NodeJS Platform

Status: ALPHA Build Status (Tests work but sometimes fail on Travis CI)

Everything needed to use the Sourcemint Ecosystem (including the Sourcemint JavaScript Loader) on NodeJS.

Usage

git clone git://github.com/sourcemint/platform-nodejs.git sourcemint-platform-nodejs
cd sourcemint-platform-nodejs
npm install
npm test

Examples

There are various examples that double as unit tests in ./examples. Run npm test (see above) once first before running individual examples to get everything linked for the examples to run.

For end-user examples of common use-cases see github.com/sourcemint/examples-js.

More examples and documentation will be available in time.