The "lib" usage of harp seems to be pretty sparsely documented. In the main README it is mentioned that you can set up a Harp application like this
var harp = require("harp")
harp.server(projectPath [,args] [,callback])
... but no further information seems to exist about the args or the callback. Am I just looking in the wrong place?
The "lib" usage of harp seems to be pretty sparsely documented. In the main
READMEit is mentioned that you can set up a Harp application like this... but no further information seems to exist about the
argsor thecallback. Am I just looking in the wrong place?