patidarparas13 / askme-cli

It's a CLI project developed using Nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

askme-cli

It's a CLI project developed using Nodejs

Steps to run the cli

  1. git clone
  2. npm install -g

Steps to try the cli

  1. askme -c <file>
    

Returns the number of bytes

  1. askme -l <file>
    

Returns the count of lines

  1. askme -w <file>
    

Returns the count of words

  1. askme -m <file>
    

Returns the count of characters

  1. askme <file>
    

If no options are provided, which is the equivalent to the -c, -l and -w options.

Open to contributions and let me know if you face issues: LinkedIn: patidarparas13

About

It's a CLI project developed using Nodejs


Languages

Language:JavaScript 100.0%