Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/bahmutov/center-code

Shows the file's source centered in the terminal
https://github.com/bahmutov/center-code

cli color javascript node term terminal

Last synced: 1 day ago
JSON representation

Shows the file's source centered in the terminal

Awesome Lists containing this project

README

        

# center-code

> Shows the file's source centered in the terminal

npm install -g center-code

For any file

center
// or read from STDIN
cat | center

The file's contents will be centered in the terminal, which is great for demos and live coding.

![center-code](images/center-code.png)

JavaScript `.js`, JSON `.json` and Markdown files `.md` will be syntax highlighted.
The input read from STDIN is not syntax highlighted.

[![center-code-icon] [center-code-icon]][center-code-icon]

[![Build status][center-code-ci-image] ][center-code-ci-url]
[![dependencies][center-code-dependencies-image] ][center-code-dependencies-url]
[![devdependencies][center-code-devdependencies-image] ][center-code-devdependencies-url]
[![semantic-release][semantic-image] ][semantic-url]

### Small print

Author: Gleb Bahmutov © 2015

* [@bahmutov](https://twitter.com/bahmutov)
* [glebbahmutov.com](http://glebbahmutov.com)
* [blog](http://glebbahmutov.com/blog/)

License: MIT - do anything with the code, but don't blame me if it does not work.

Spread the word: tweet, star on github, etc.

Support: if you find any problems with this module, email / tweet /
[open issue](https://github.com/bahmutov/center-code/issues) on Github

## MIT License

Copyright (c) 2015 Gleb Bahmutov

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

[center-code-icon]: https://nodei.co/npm/center-code.png?downloads=true
[center-code-url]: https://npmjs.org/package/center-code
[center-code-ci-image]: https://travis-ci.org/bahmutov/center-code.svg?branch=master
[center-code-ci-url]: https://travis-ci.org/bahmutov/center-code
[center-code-dependencies-image]: https://david-dm.org/bahmutov/center-code.svg
[center-code-dependencies-url]: https://david-dm.org/bahmutov/center-code
[center-code-devdependencies-image]: https://david-dm.org/bahmutov/center-code/dev-status.svg
[center-code-devdependencies-url]: https://david-dm.org/bahmutov/center-code#info=devDependencies
[semantic-image]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg
[semantic-url]: https://github.com/semantic-release/semantic-release