UNPKG

apex-nitro

Version:
12 lines (9 loc) 289 B
'use strict'; const chalk = require('chalk'); const npc = require('node-package-configurator'); module.exports = function () { console.log('\nAvailable projects:'); npc.getProjects({modules: ['apex-nitro', 'afeb']}).forEach(key => { console.log(' -', chalk.cyan.bold(key)); }); };