diff options
author | Samy Pessé <samypesse@gmail.com> | 2014-03-31 12:54:53 -0700 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2014-03-31 12:54:53 -0700 |
commit | 0fdd31dc39fab120a73c78e86e38f4cd79ab254d (patch) | |
tree | aa05ccc9530cddc3e469d826e825a0a11dba5051 /test.js | |
parent | d44fd91181a844d6fb6d22cfe3da611aa7b783e3 (diff) | |
download | gitbook-0fdd31dc39fab120a73c78e86e38f4cd79ab254d.zip gitbook-0fdd31dc39fab120a73c78e86e38f4cd79ab254d.tar.gz gitbook-0fdd31dc39fab120a73c78e86e38f4cd79ab254d.tar.bz2 |
Fix link for watcher and stargazers
Diffstat (limited to 'test.js')
-rw-r--r-- | test.js | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -0,0 +1,15 @@ +var path = require("path"); +var generate = require("./lib/generate"); + +generate.folder( + path.resolve(__dirname, "../jsbook"), + path.resolve("../output"), + { + title: "Javascript", + github: "GitbookIO/javascript" + } +).then(function(output) { + console.log(output) +}, function(err) { + console.log(err.stack, err); +})
\ No newline at end of file |