Sha256: 9f6508102ad53743825e30a2f12ec62999331babf84a0b7622f3fa209b7716f9

Contents?: true

Size: 1.9 KB

Versions: 10

Compression:

Stored size: 1.9 KB

Contents

# center-align [![NPM version](https://badge.fury.io/js/center-align.svg)](http://badge.fury.io/js/center-align)

> Center-align the text in a string.

Install with [npm](https://www.npmjs.com/)

```sh
$ npm i center-align --save
```

## Usage

```js
var centerAlign = require('center-align');
```

**Example**

If used on the following:

```
Lorem ipsum dolor sit amet,
consectetur adipiscing
elit, sed do eiusmod tempor incididunt
ut labore et dolore
magna aliqua. Ut enim ad minim
veniam, quis
```

The result would be:

```
     Lorem ipsum dolor sit amet,
        consectetur adipiscing
elit, sed do eiusmod tempor incididunt
         ut labore et dolore
    magna aliqua. Ut enim ad minim
             veniam, quis
```

## Related projects

* [align-text](https://www.npmjs.com/package/align-text): Align the text in a string. | [homepage](https://github.com/jonschlinkert/align-text)
* [justified](https://www.npmjs.com/package/justified): Wrap words to a specified length and justified the text. | [homepage](https://github.com/jonschlinkert/justified)
* [right-align](https://www.npmjs.com/package/right-align): Right-align the text in a string. | [homepage](https://github.com/jonschlinkert/right-align)
* [word-wrap](https://www.npmjs.com/package/word-wrap): Wrap words to a specified length. | [homepage](https://github.com/jonschlinkert/word-wrap)

## Running tests

Install dev dependencies:

```sh
$ npm i -d && npm test
```

## Contributing

Pull requests and stars are always welcome. For bugs and feature requests, [please create an issue](https://github.com/jonschlinkert/center-align/issues/new).

## Author

**Jon Schlinkert**

+ [github/jonschlinkert](https://github.com/jonschlinkert)
+ [twitter/jonschlinkert](http://twitter.com/jonschlinkert)

## License

Copyright © 2015 Jon Schlinkert
Released under the MIT license.

***

_This file was generated by [verb-cli](https://github.com/assemble/verb-cli) on October 27, 2015._

Version data entries

10 entries across 10 versions & 6 rubygems

Version Path
ilog-0.4.1 node_modules/center-align/README.md
ilog-0.4.0 node_modules/center-align/README.md
ilog-0.3.3 node_modules/center-align/README.md
optimacms-0.4.3 spec/dummy/node_modules/center-align/README.md
optimacms-0.4.2 spec/dummy/node_modules/center-align/README.md
locomotivecms-3.4.0 app/javascript/node_modules/center-align/README.md
cortex-0.1.3 spec/dummy/node_modules/center-align/README.md
lanes-0.8.0 node_modules/center-align/README.md
xcodebuild-helper-1.2.5 externals/ios-sim-master/node_modules/center-align/README.md
xcodebuild-helper-1.2.3 externals/ios-sim-master/node_modules/center-align/README.md