Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kamataryo/node-echo-sd
https://github.com/kamataryo/node-echo-sd
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kamataryo/node-echo-sd
- Owner: kamataryo
- Created: 2018-08-23T05:54:43.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-08-23T09:09:54.000Z (over 6 years ago)
- Last Synced: 2024-11-07T03:47:19.223Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# node-echo-sd
An `echo-sd` wrapper for npm.
[![Build Status](https://travis-ci.org/kamataryo/node-echo-sd.svg?branch=master)](https://travis-ci.org/kamataryo/node-echo-sd)
```shell
$ npx echo-sd
_人人人人人人_
> 突然の死 <
 ̄Y^Y^Y^Y^Y^Y^ ̄
``````shell
$ npm install echo-sd --global # or yarn add echo-sd --global
$ echo-sd
_人人人人人人_
> 突然の死 <
 ̄Y^Y^Y^Y^Y^Y^ ̄
``````javascript
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](https://github.com/fumiyas/home-commands/blob/master/echo-sd).
## requirements and features
see above or [>突然の死<ジェネレーター - 拡張 POSIX シェルスクリプト Advent Calendar 2013 - ダメ出し Blog](https://fumiyas.github.io/2013/12/25/echo-sd.sh-advent-calendar.html)
## development
```shell
$ git clone [email protected]:kamataryo/node-echo-sd.git
$ cd node-echo-sd
$ npm test
```