miti-console

0.1.5 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i miti-console

Weekly Downloads

1

Version

0.1.5

License

Apache-2.0

Unpacked Size

18.6 kB

Total Files

7

Last publish

Collaborators

  • egroise