0.1.5 • Published 4 years ago

miti-console v0.1.5

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
4 years ago

miti-console

npm module : Tools for console scripts

Simple command line scripts

Use nodejs for writing command line scripts manipulating files.

Table of Contents

What is it

I created this module for helping writing command line scripts manipulating files. These scripts will work on iOs & Windows.

Examples

Check out the miti-console examples to see what it can help you do.

Usage

Just add...

try {
    mc = require('miti-console')
} catch (error) {
    console.log("")
    console.log("miti-console not installed. (please run 'npm install miti-console')")
    process.exit(2)
}

... in your js header.

0.1.5

4 years ago

0.1.4

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.1

5 years ago

0.1.0

5 years ago