renamer-garden-tool
v0.1.1
Published
A tool to easily iterate over a folder of items and rename them to the same string appended by a number.
Downloads
3
Readme
Renamer [Garden Tool]
Renamer is a garden tool (Seeds.js Plugin) to easily iterate over a folder of items and rename them to the same string appended by a number.
Currently experimenting with plugin architecture.
Installation
npm install renamer-garden-tool
Usage
var Renamer = require('renamer-garden-tool')
Renamer.help() // static method (Function on the contructor/class not the instance)
or
var renamer = new Renamer()
renamer.help // getter that returns the static method as an instance method
outputs
[]