indenthero

1.1.1 • Public • Published

indenthero

The hero you need when indenting text.

Usage

var indenthero = require('indenthero');
 
indenthero('i am a single line'); // '    i am a single line'
 
indenthero('i am two\nlines of text'); //'    i am two\n    lines of text'
 
// You can also specify the amount to indent by
indenthero('one space', 1); // ' one space'
indenthero('five spaces', 5); // '     five spaces'

Installation

npm install indenthero --save

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i indenthero

Weekly Downloads

1

Version

1.1.1

License

MIT

Last publish

Collaborators

  • jameskmonger