Skip to content

Latest commit

 

History

History
48 lines (35 loc) · 608 Bytes

.verb.md

File metadata and controls

48 lines (35 loc) · 608 Bytes

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

{%= description %}

Install

{%= include("install-npm", {save: true}) %}

Usage example

align({
  a: 'x', 
  bbb: 'x', 
  ccccc: 'x', 
  ddddddd: 'x'
});

Results in:

{
  '      a': 'x',
  '    bbb': 'x',
  '  ccccc': 'x',
  'ddddddd': 'x'
}

Related projects

{%= related(verb.related.list, {remove: name}) %}

Running tests

{%= include("tests") %}

Contributing

{%= include("contributing") %}

Author

{%= include("author") %}

License

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


{%= include("footer") %}