[![Actions Status](https://github.com/amanoese/yukichant/workflows/Node%20CI/badge.svg)](https://github.com/amanoese/yukichant/actions) [![npm version](http://img.shields.io/npm/v/yukichant.svg)](https://npmjs.org/package/yukichant)


Keywords
cli, terminal, unicode
License
Apache-2.0
Install
npm install yukichant@1.0.1

Documentation

yukichant

Actions Status npm version

yukichantは、テキストデータを詠唱呪文に変換するコマンドです。
また変換した詠唱呪文は、元のテキストデータにデコードすることができます。

Install

$ npm install -g yukichant

Usage

## encode text
$ echo Hello,World | chant
巫女よ五行に元に斬る。戦慄の貪欲使命を隠し。嵐は記憶の行く手を砕ける。

## decode text
$ echo 巫女よ五行に元に斬る。戦慄の貪欲使命を隠し。嵐は記憶の行く手を砕ける。 | chant -d
Hello,World

## Random Geneate Magic Words.
$ chant
水面も灰塵に蒼穹を抗え。

Documentation for Developers

develop

Thanks

I named "yukichant" by Nagato Yuki-chan + chant . because I want to chant magic words like her.

LICENSE

Apache-2.0