1.1.0 • Published 6 years ago

echo-sd v1.1.0

Weekly downloads
2
License
GPL-3.0-or-later
Repository
github
Last release
6 years ago

node-echo-sd

An echo-sd wrapper for npm.

Build Status

$ 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
1.1.0

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago