Home Manual Reference Source Test

src/typedef/external.js

/**
 * @external {Liftoff} https://github.com/js-cli/js-liftoff
 */

/**
 * A {@link Liftoff} environment.
 * @typedef {Object} Liftoff.Environment
 * @property {String} cwd The resulting working directory.
 * @property {String} [configPath] Path to the config file found.
 * @property {String} [configBase] The directory the config file is in.
 * @property {String} [modulePath] Path to the local module found.
 * @property {Object} [modulePackage={}] The parsed package.json of the local module found.
 */

/**
 * @external {gulplog} https://github.com/gulpjs/gulplog
 */

/**
 * @external {chalk} https://github.com/chalk/chalk
 */

/**
 * @external {yargs} http://yargs.js.org
 */

/**
 * @external {node.stream.Readable} https://nodejs.org/api/stream.html#stream_class_stream_readable
 */

/**
 * @external {node.ChildProcess}
 * https://nodejs.org/api/child_process.html#child_process_class_childprocess
 */