UNPKG

@nexssp/cli

Version:

Nexss PROGRAMMER - Over 50 programming languages together..

10 lines (7 loc) 232 B
const cache = require('@nexssp/cache') const cache1 = cache({ bucket: 'languages', recreateCache: process.argv.includes('--nocache'), auto: true, // It will create directory if does not exist. }) module.exports = { cache1 }