If you start new project it's recommended to use 2.x version which contains some breaking changes (the 1.x will stop being supported in a few months).
# Basic Node.JS installation
npm install casper-js-sdk@next --saveTo use the legacy version run
# Basic Node.JS installation
npm install casper-js-sdk --saveDocumentation generated from code for 2.x and 1.x.
npm run test
Basic examples of library usage are stored inside /test directory.