UNPKG

cqr-env

Version:

Have multiple env files that can be encrypted and included in version control

5 lines (3 loc) 205 B
const path = require('path') // Globby only works with posix style; path.posix.normalize doesn't convert from win32 separators module.exports = p => path.posix.normalize(p.replace(/\\/g, path.posix.sep))