1.0.1 • Published 10 years ago
express-snapshot v1.0.1
express-snapshot

Generate static HTML from Express. Express app in, static
.htmlout.
Installation
npm install --global express-snapshotUsage
express-snapshot app.jsThe above will walk routes registered by the app exported in app.js,
requesting each one, and saving the HTML to a directory structure that mirrors
your routes. See express-snapshot --help for more information.
