Skip to content

jtelesforoantonio/nodejs-tiny-console

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tiny Console

Example of a simple console with nodejs, you can run commands like: ls, ll, touch, mkdir, cat, cd, rm

Installation

npm i @jtelesforoantonio/tiny-console

Usage

Require TinyConsole.

const tinyConsole = require('@jtelesforoantonio/tiny-console');

Basic init.

tinyConsole.init();

You can set the path to init the console by passing the path as a parameter in the init method.

tinyConsole.init('./my_custom/path');

Releases

No releases published

Packages

No packages published