0.0.6 • Published 10 years ago

surfaces_txt_unite v0.0.6

Weekly downloads
7
License
MIT
Repository
github
Last release
10 years ago

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 ...

<script src="surfaces_txt_unite.js"></script>
...
var united_txt = surfaces_txt_unite.unite(txt);
0.0.6

10 years ago

0.0.5

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.1

10 years ago