0.1.1 • Published 10 years ago
prefix-remover v0.1.1
Prefix Remover
A simple command line utility that bulk removes a prefix from the directories file names
Instructions
Require as a module
npm install prefix-remover --save
var prefixRemover = require('prefix-remover');
prefixRemover.removePrefixFromString('p_', 'p_example');
Install as CLI
npm install prefix-remover -g
prefix-remover -d "/path/to/directory" -p "prefix_"
or if it's the current directoryprefix-remover -p "prefix_"