@rioareos/fileorganizer
v1.0.1
Published
A simple File organizer writen in Javascript
Readme
Welcome to @rioareos/fileorganizer
@rioareos/fileorganizer
fileorg is just a simple file organizer written in Javascript, created by rioareos
Usage
to use @rioareos/fileorganizer,theres no cli command yet, but you can use the organize function!,
create test.js with touch test.js in the command line/terminal,
edit the file using vim or your code editor favorite's,
content should be:
const { organize } = require("@rioareos/fileorganizer");and run it using node!,
note: if you get module not found and you entered and the file contents is exactly correct,
you may didtn install the @rioareos/fileorganizer package!, install it with node i @rioareos/fileorganizer!
