Skip to content
This repository was archived by the owner on Nov 16, 2021. It is now read-only.

V-tech-tools/v_file_read

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⛳ V_CLI :: fileRead( <_file _> )

[.v.] Node Module that will help us with reading files without worry about errors.

⏳ How To Install:

Add this repo git URL into dependencies in your projects package.json.

...
"dependencies": {
	"v_file_read":"https://github.com/V-tech-tools/v_file_read.git"  
}, 
...

❓ How to use:

Well just load it as a constant...and have fun...

const fileRead = require('v_file_read');

// Simple listing
fileRead("ls");

// Check git status
fileRead("git status");

...

👻 Author: -<[_.⟁._]>-

⏰ CreatedTime: 11.08.2021 @ 21:51

About

[.v.] Node Module that will help us with reading files without worry about errors.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published