How to use gitbook-summary - 1 common examples

To help you get started, we’ve selected a few gitbook-summary examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github imfly / bitcoin-on-nodejs / gulpfile.js View on Github external
gulp.task('summary', function() {
    // If you have no book.json, please add other options.
    var options = {
        root: "."
    };

    return summary(options);
});

gitbook-summary

A CLI to generate a summary from a given folder.

MIT
Latest version published 2 years ago

Package Health Score

39 / 100
Full package analysis

Popular gitbook-summary functions