Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kjirou/tanzaku

Format text like japanese TANZAKU
https://github.com/kjirou/tanzaku

Last synced: 12 days ago
JSON representation

Format text like japanese TANZAKU

Awesome Lists containing this project

README

        

# tanzaku

[![npm version](https://badge.fury.io/js/tanzaku.svg)](http://badge.fury.io/js/tanzaku)

Format text like japanese TANZAKU

## Usage
### In Command Line
```bash
npm install -g tanzaku
tanzaku 'Hello World!'
┏┷┓
┃ ┃
┃H┃
┃e┃
┃l┃
┃l┃
┃o┃
┃ ┃
┃W┃
┃o┃
┃r┃
┃l┃
┃d┃
┃︕┃
┃ ┃
╰̚━┛⁾⁾
```

### In JavaScript
```bash
npm install --save tanzaku
```

```
var tanzaku = require('tanzaku');

console.log(tanzaku('Hello World!'));
```

## Development
```bash
git clone [email protected]:kjirou/tanzaku.git
cd ./tanzaku
npm install
brew install flow # In the case of Mac OS X (optional)
```

## Refs
短冊メーカー(Tanzaku Generator):
http://tanzaku.ch3cooh.jp/