thanos-js
Version:
A casual (but dangerous) package that will let Thanos snap fingers and delete random files inside a directory
15 lines (14 loc) • 312 B
JavaScript
module.exports = {
directory: {
// The list of directories we should not traverse
blacklist: ['node_modules', '.git', '.settings'],
},
confirmation: {
fileName: '_CONFIRMATION_',
},
arguments: {
snapFingers: 'snap-fingers',
withGlove: 'with-infinity-gauntlet-glove',
noMercy: 'no-mercy',
},
};