UNPKG

sao

Version:

Futuristic scaffolding tool ⚔

9 lines (5 loc) 155 B
const Conf = require('conf') const logger = require('./logger') const store = new Conf() logger.debug('Store path:', store.path) module.exports = store