You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
326 B
21 lines
326 B
[
|
|
'env',
|
|
'exit',
|
|
'ipc',
|
|
'logger',
|
|
'module',
|
|
'object',
|
|
'openBrowser',
|
|
'pluginResolution',
|
|
'launch',
|
|
'request',
|
|
'spinner',
|
|
'validate'
|
|
].forEach(m => {
|
|
Object.assign(exports, require(`./lib/${m}`))
|
|
})
|
|
|
|
exports.chalk = require('chalk')
|
|
exports.execa = require('execa')
|
|
exports.semver = require('semver')
|