Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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);