Skip to content

cityuderek/node-global-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-global-tool

Tools developed using Node which is for CLI use.

Tools:

  • CRLF
  • Display current time

Usage:

CRLF

Check or set file if it contains LF/CR/CRLF.

Check if it contains LF/CR/CRLF.

ngt crlf fish.txt

Set file as LF.

ngt crlf:setlf fish.txt

Set file as CR.

ngt crlf:setcr fish.txt

Set file as CRLF.

ngt crlf:setcrlf fish.txt

Display current time

Show current date and time

ngt now

Pending features:

  • Split log file by date

Setup:

npm install -g node-global-tool

About

Node tool for global use

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published