renamer-garden-tool

0.1.1 • Public • Published

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

[]

Readme

Keywords

Package Sidebar

Install

npm i renamer-garden-tool

Weekly Downloads

0

Version

0.1.1

License

MIT

Last publish

Collaborators

  • jhliberty