0.1.1 • Published 9 years ago

renamer-garden-tool v0.1.1

Weekly downloads
5
License
MIT
Repository
github
Last release
9 years ago

Renamer Garden Tool

Join the chat at https://gitter.im/terminalvelocity/seeds.js

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

[npm.io]