0.0.6 • Published 5 years ago

ojichat.js v0.0.6

Weekly downloads
2
License
MIT
Repository
-
Last release
5 years ago

A JavaScript porting of ojichat.

How to use

CLI

$ yarn add ojichatjs

$ node_modules/.bin/ojichatjs -h
Usage: ojichatjs [options]

Options:
  -v, --version              output the version number
  -e, --emojinum <emojinum>  EmojiNum
  -h, --help                 output usage information

$ node_modules/.bin/ojichatjs
オジサンはシュリちゃん一筋だよ😴(# ̄З ̄)ゆっくり、身体休めてね😄😃✋💕(^з<)😚オヤスミナサイ💤🛌

$ node_modules/.bin/ojichatjs -e 1
すみえちゃん、オハヨー❗すみえちゃんにとって素敵な1日になりますように(^з<)😘

$ node_modules/.bin/ojichatjs -e 1 kaiba
風邪ひかないようにね(笑)ボクはkaibaチャンの味方だからね💕(^з<)

JavaScript

import * as ojichat from "ojichat.js";

// simple
console.log(new ojichat.Generator().getMessage());
// with target name
console.log(new ojichat.Generator("kaiba").getMessage());
// with target name and emoji number
console.log(new ojichat.Generator("kaiba", 1).getMessage());

Available scripts

  • clean - remove coverage data, Jest cache and transpiled files,
  • build - transpile TypeScript to ES6,
  • build:watch - interactive watch mode to automatically transpile source files,
  • lint - lint source files and tests,
  • test - run tests,
  • test:watch - interactive watch mode to automatically re-run tests

License

MIT

0.0.6

5 years ago

0.0.5

5 years ago

0.0.4

5 years ago

0.0.3

5 years ago

0.0.2

5 years ago

0.0.1

5 years ago