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