npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

systemize

0.1.0

@hemanth

npmHomeRepoSnykSocket
Downloads:2
$ npm install systemize
DailyWeeklyMonthlyYearly

systemize

Systemize your junkyard. (Organise your files.)

FROM:

TO:

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