Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fand committed Oct 14, 2016
1 parent 0f8d355 commit e21c5c1
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
19 changes: 19 additions & 0 deletions README.md
@@ -0,0 +1,19 @@
# @fand/circle-text

ⒹⓄ ⓉⒽⒶⓉ ⓉⒺⓍⓉ

## ⒾⓃⓈⓉⒶⓁⓁ

```
$ npm install -g @fand/circle-text
```

## ⓊⓈⒶⒼⒺ

```
$ circle-text This is our 1st contact
Ⓣⓗⓘⓢ ⓘⓢ ⓞⓤⓡ ①ⓢⓣ ⓒⓞⓝⓣⓐⓒⓣ
```

## ⓁⒾⒸⒺⓃⓈⒺ
ⓂⒾⓉ
3 changes: 2 additions & 1 deletion bin.js
@@ -1,3 +1,4 @@
#!/usr/bin/env node
var circleText = require('./index');
console.log(circleText(process.argv[2]));
var args = process.argv.slice(2).join(' ');
console.log(circleText(args));

0 comments on commit e21c5c1

Please sign in to comment.