Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/kjirou/tanzaku
- Owner: kjirou
- License: mit
- Created: 2015-07-07T05:40:17.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T11:40:38.000Z (over 2 years ago)
- Last Synced: 2024-10-12T05:28:26.736Z (27 days ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 3
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/