</>PackageGraphPackageGraph

meow

npmv14.1.0

CLI app helper

Safe to adopt

Yes — meow scores well across adoption, maintenance, weight, supply chain, and licensing. 36.7M downloads per week and 1 known dependents. Last published 201 days ago. 2 releases in the last 2 years.

  • AAdoption: grade A, Excellent.

    36.7M downloads per week and 1 known dependents.

  • BMaintenance: grade B, Good.

    Last published 201 days ago. 2 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 401 KB installed.

  • BSupply chain: grade B, Good.

    This package has a single maintainer (bus factor of 1).

  • ALicense: grade A, Excellent.

    MIT — permissive, with no copyleft found in the dependency tree.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding meow to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

401 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Node.js
node >=20
Module format
ESM only
TypeScript
No bundled types
Install scripts
None

Quick start

A usage example from the meow README.

#!/usr/bin/env node
import meow from 'meow';
import foo from './lib/index.js';

const cli = meow(`
	Usage
	  $ foo <input>

	Options
	  --rainbow, -r  Include a rainbow

	Examples
	  $ foo unicorns --rainbow
	  🌈 unicorns 🌈
Example truncated — see the full README.

meow vs the alternatives

Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.

PackageWeekly downloadsDependentsLicenseLast release
meowthis page36.7M1MIT6 months ago
commander451.1M11MIT1 day ago
yargs-parser178.8M2ISC1 day ago
dashdash01MIT1 day ago
yargs012MIT1 day ago
getopts4.2M1MIT1 day ago

Dependencies

Declared by meow v14.1.0. Runtime dependencies are installed with the package; dev dependencies are not.

Dev (29)

@rollup/plugin-commonjs ^29.0.0@rollup/plugin-json ^6.1.0@rollup/plugin-node-resolve ^16.0.3@sindresorhus/tsconfig ^8.1.0@types/minimist ^1.2.5ava ^6.4.1camelcase-keys ^10.0.2common-tags ^2.0.0-alpha.1decamelize ^6.0.1decamelize-keys ^2.0.1delete_comments ^0.0.2execa ^9.6.1globby ^16.1.1indent-string ^5.0.0minimist-options 4.1.0normalize-package-data ^8.0.0read-package-up ^12.0.0read-pkg ^10.1.0redent ^4.0.0rollup ^4.57.1rollup-plugin-dts ^6.3.0rollup-plugin-license ^3.7.0stack-utils ^2.0.6trim-newlines ^5.0.0tsd ^0.33.0type-fest ^5.4.4typescript ~5.9.3xo ^1.2.3yargs-parser ^22.0.0

Used by

Popular packages that depend on meow.

Relationship graph

Dependencies (left) and dependents (right) of meow.

node-sassmeow
meow dependencies dependents

Frequently installed together

Release history

2 releases in the last two years, typically about 38 days apart.

Recent versions of meow
VersionPublishedSizeLicense
14.1.0latest6 months ago401 KBMIT
14.0.011 months ago461 KBMIT
13.2.02 years ago409 KBMIT
13.1.02 years ago408 KBMIT
13.0.02 years ago410 KBMIT
12.1.13 years ago480 KBMIT
12.1.03 years ago381 KBMIT
12.0.13 years ago31 KBMIT
12.0.03 years ago31 KBMIT
11.0.03 years ago25 KBMIT
10.1.53 years ago25 KBMIT
10.1.44 years ago25 KBMIT
10.1.34 years ago24 KBMIT
10.1.24 years ago24 KBMIT
10.1.15 years ago24 KBMIT

Overview

meow is an npm package that cLI app helper. It is extremely widely used, with about 36.7M downloads per week and 1 known dependents in the graph. The latest version is 14.1.0, released under the MIT license.

Who should use it

Teams working in the npm ecosystem who need cLI app helper and value a battle-tested, widely-adopted solution.

When not to use it

Consider an alternative if you need to minimize your dependency tree, have first-class TypeScript types out of the box, or if a more actively-maintained option better fits your npm stack.

Pros

  • Large, well-established user base (36.7M weekly downloads).
  • Clear open-source license (MIT).

Cons

  • Large dependency tree (29 direct dependencies) increases install size and audit surface.
  • No bundled TypeScript types (may require a separate @types package).

Auto-generated from collected registry metadata. No external claims are inferred.

Maintainers

Keywords

Funding

Frequently asked questions

Should I use meow?

Yes — meow scores well across adoption, maintenance, weight, supply chain, and licensing. 36.7M downloads per week and 1 known dependents. Last published 201 days ago. 2 releases in the last 2 years.

How do I install meow?

Run `npm install meow` to add meow to your npm project.

What license is meow released under?

meow is distributed under the MIT license.

How popular is meow?

meow has approximately 36,681,347 downloads per week and 1 known dependent packages.

Is meow still maintained?

The most recent release of meow (v14.1.0) was published 6 months ago.

Does meow run install scripts?

No. meow does not define preinstall, install, or postinstall scripts, so installing it does not execute publisher-supplied code.