New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

wcmd

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

wcmd

[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io) [![Version](https://img.shields.io/npm/v/wcmd.svg)](https://npmjs.org/package/wcmd) [![Downloads/week](https://img.shields.io/npm/dw/wcmd.svg)](https://npmjs.org/package/

  • 1.0.4
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

word-count-markdown(wcmd)

oclif Version Downloads/week node License

Usage

$ npm install -g wcmd

$ wcmd (-V|simpleVersion)
1.0.4

$ wcmd (-v|--version|version)
wcmd/1.0.4 darwin-x64 node-v12.13.1

$ wcmd --help
USAGE
  $ wcmd [TARGET]

ARGUMENTS
  TARGET  specified target directory path or filename

OPTIONS
  -V, --simpleVersion  show only command version
  -h, --help           show CLI help
  -l, --line           show summary by line
  -m, --multiple       count all files in a directory
  -v, --version        show CLI version

EXAMPLE
  count a single file

  $ wcmd README.md
  - total (807)
     - word-count-markdown(wcmd) (481)
     - Usage (220)
     - Commands (34)
     - License (72)

  count multiple files

  $ wcmd /path/to/directory -m
  - total (2625)
    - chapter1 (2625)
      - title1 (678)
      - title2 (1947)
        - 1. section1 (817)
        - 2. section2 (640)
        - 3. section3 (309)
        - 4. section4 (157)

  - total (408)
    - chapter1 (408)

  - total (1182)
    - chapter1 (1182)
      - title1 (395)
      - title2 (301)

Note

  • The -l and -m options cannot be used at the same time.
  • There is no point in specifying the -m option and the directory path.

License

MIT

Others

Please write a new issues! Please send me PRs!

Keywords

FAQs

Package last updated on 12 Jan 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc