nbcat 0.1.0

A command-line tool that displays .ipynb file like `cat` command
Documentation
<h1 align="center">Welcome to nbcat 👋</h1>
<p>
  <img alt="Version" src="https://img.shields.io/badge/version-0.1.0-blue.svg?cacheSeconds=2592000" />
  <a href="https://twitter.com/moisutsu" target="_blank">
    <img alt="Twitter: moisutsu" src="https://img.shields.io/twitter/follow/moisutsu.svg?style=social" />
  </a>
</p>

> A command-line tool that displays .ipynb file like `cat` command.

## Install

```sh
git clone https://github.com/moisutsu/nbcat
cargo install --path nbcat
```

## Update

In `nbcat` dir

```sh
git pull
cargo install --path .
```

## Usage

```sh
nbcat <file-name>
```

## Author

👤 **moisutsu**

* Twitter: [@moisutsu]https://twitter.com/moisutsu
* Github: [@moisutsu]https://github.com/moisutsu

## Show your support

Give a ⭐️ if this project helped you!

***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_