1.2.0 • Published 7 years ago

laren v1.2.0

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Command line tool for renaming files with custom function expression

NPM

Usage

laren <pattern> [function] <options>
laren -t ./**/* "(f, i) => 'file' + i"
./filea ==> file0
./fileb ==> file1
./filec ==> file2
Tests done!
laren -t ./**/*
(f,i) => 'file' + i;
:exit
./filea ==> file0
./fileb ==> file1
./filec ==> file2
Tests done!

Discover the release history by heading on over to the releases page.

These amazing people are maintaining this project:

No sponsors yet! Will you be the first?

These amazing people have contributed code to this project:

Unless stated otherwise all works are:

and licensed under:

1.2.0

7 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago