0.1.0 • Published 10 years ago

systemize v0.1.0

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

systemize

Systemize your junkyard. (Organise your files.)

FROM:

npm.io

TO:

npm.io

Install

$ npm install -g systemize

Usage

Node.js
var systemize = require('systemize');
systemize(path, function(err, done) {
    'use strict';
    if (err) {
        console.error(err);
    } else {
        console.log(done);
    }
});
CLI
$ node cli.js -v
0.1.0

$ node cli.js -h
Systemize the chaos.

Usage
 $ systemize <path>

Example
 $ systemize .

License

MIT © Hemanth.HM