Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/narazaka/surfaces_txt_unite
surfaces.txt unite
https://github.com/narazaka/surfaces_txt_unite
ukagaka
Last synced: about 1 month ago
JSON representation
surfaces.txt unite
- Host: GitHub
- URL: https://github.com/narazaka/surfaces_txt_unite
- Owner: Narazaka
- Created: 2014-04-12T05:37:40.000Z (over 10 years ago)
- Default Branch: trunk
- Last Pushed: 2014-04-13T05:47:03.000Z (over 10 years ago)
- Last Synced: 2024-11-26T13:14:32.927Z (about 1 month ago)
- Topics: ukagaka
- Language: CoffeeScript
- Size: 184 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# surfaces_txt_unite
*surfaces.txt unite*
## Installation
npm install -g surfaces_txt_unite
## Usage
surfaces_txt_unite < surfaces.txt > surfaces.unite.txt
or use this on your program ...
var surfaces_txt_unite = require('surfaces_txt_unite');
var united_txt = surfaces_txt_unite.unite(txt);or use this on the browsers ...
...
var united_txt = surfaces_txt_unite.unite(txt);