1.0.0 • Published 3 years ago

node-global-tool v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

Setup

npm install -g node-global-tool