Skip to content

Latest commit

 

History

History
36 lines (24 loc) · 515 Bytes

.verbrc.md

File metadata and controls

36 lines (24 loc) · 515 Bytes

{%= name %} {%= badge("fury") %}

{%= description %}

Install

{%= include("install") %}

Usage

var changeIndent = require('{%= name %}');
change(string, indent);
  • string {String} pass the string you want to re-indent
  • indent {Number} the amount of indentation

Example:

var changeIndent = require('{%= name %}');
change('  abc', 4);

//=> '    abc'

Author

{%= include("author") %}

License

{%= copyright() %} {%= license() %}


{%= include("footer") %}