UNPKG

autodocs

Version:

Automates publishing documentation, for use continuous integration and continuous deployment

18 lines (13 loc) 276 B
#!/usr/bin/env node 'use strict'; var autodocs = require('./autodocs'); /** * The main entry point for being invoked from npm scripts * (or even from the command line) * * Simply does `autodocs.run()` * * @class AutodocsRun * @module Autodocs */ autodocs.run();