echo-sd
v1.1.0
Published
npm wrapper for echo-sd command
Downloads
17
Readme
node-echo-sd
An echo-sd
wrapper for npm.
$ npx echo-sd
_人人人人人人_
> 突然の死 <
 ̄Y^Y^Y^Y^Y^Y^ ̄
$ npm install echo-sd --global # or yarn add echo-sd --global
$ echo-sd
_人人人人人人_
> 突然の死 <
 ̄Y^Y^Y^Y^Y^Y^ ̄
const echoSd = require('echo-sd')
echoSd(
'--stress',
'仕事のストレス',
'echo-sdを改造',
'ストレス解消',
'仕事のストレス',
'echo-sdを改造'
).then(result => console.log(result))
// 仕事のストレス
// ↘
// echo-sdを改造
// ↙
// ストレス解消
// ↘
// 仕事のストレス
// ↙
// _人人人人人人人人_
// > echo-sdを改造 <
//  ̄Y^Y^Y^Y^Y^Y^Y^Y^ ̄
echo-sd
is a cool formatted message generator created by SATOH Fumiyasu @ OSS Technology Corp., Japan.
requirements and features
see above or >突然の死<ジェネレーター - 拡張 POSIX シェルスクリプト Advent Calendar 2013 - ダメ出し Blog
development
$ git clone git@github.com:kamataryo/node-echo-sd.git
$ cd node-echo-sd
$ npm test