0.0.0 • Published 10 years ago
swapit v0.0.0
Node Swapit
Easily swap files
Installation
$ npm i --save swapitUsage
$ swapit a.txt b.txtIs the same as:
$ mv a.txt a_.txt
$ mv b.txt a.txt
$ mv a_.txt b.txtLicense
This code is released under CC0 (Public Domain)
0.0.0
10 years ago