UNPKG

octopus-deploy

Version:

Node scripts to package up applications, create releases, and deploy with Octopus Deploy. This package leverages the Octopus Deploy REST API in order to deploy from Windows and non-Windows machines.

10 lines (6 loc) 159 B
'use strict' const gs = require('glob-stream') const getGlobStream = (globs, options) => { return gs(globs, options) } module.exports = { getGlobStream }