Installation
Start a new project:
$ mkdir ladder-demo && cd ladder-demo
Initialize your project:
$ npm init
Add the LadderJS dependency:
$ npm install --save ladderjs
Add the LadderJS command line shortcut in thepackage.json
:
{
...
"scripts": {
...
"ladderjs": "ladderjs"
},
...
}