0.1.1 • Published 10 years ago

prefix-remover v0.1.1

Weekly downloads
-
License
ISC
Repository
-
Last release
10 years ago

Prefix Remover

Build Status

A simple command line utility that bulk removes a prefix from the directories file names

Instructions

Require as a module

  1. npm install prefix-remover --save
  2. var prefixRemover = require('prefix-remover');
  3. prefixRemover.removePrefixFromString('p_', 'p_example');

Install as CLI

  1. npm install prefix-remover -g
  2. prefix-remover -d "/path/to/directory" -p "prefix_" or if it's the current directory prefix-remover -p "prefix_"
0.1.1

10 years ago

0.1.0

10 years ago

0.0.1

10 years ago

0.0.0

10 years ago