echo-sd

1.1.0 • Public • Published

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

Dependencies (0)

    Dev Dependencies (0)

      Package Sidebar

      Install

      npm i echo-sd

      Weekly Downloads

      5

      Version

      1.1.0

      License

      GPL-3.0-or-later

      Unpacked Size

      41 kB

      Total Files

      4

      Last publish

      Collaborators

      • kamataryo