meow
npmv14.1.0CLI app helper
Safe to adopt
Yes — meow scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 152 days ago. 2 releases in the last 2 years.
- ?Adoption: grade ?, Not reported by this registry.
No download data reported for this package yet.
- BMaintenance: grade B, Good.
Last published 152 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.
Runtime packages this one declares itself.
Distinct packages in the full runtime tree, deduplicated the way a package manager would.
Unpacked size of this package plus its entire runtime tree.
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 🌈meow vs the alternatives
Packages solving a similar problem in the npm ecosystem, compared on the signals that drive an adoption decision.
| Package | Weekly downloads | Dependents | License | Last release |
|---|---|---|---|---|
| meowthis page | 0 | 1 | MIT | 5 months ago |
| commander | 0 | 11 | MIT | 4 hours ago |
| yargs | 228.7M | 12 | MIT | 4 hours ago |
| yargs-parser | 0 | 2 | ISC | 4 hours ago |
| getopts | 0 | 1 | MIT | 4 hours ago |
| log-symbols | 93.2M | 1 | MIT | 4 hours ago |
Dependencies
Declared by meow v14.1.0. Runtime dependencies are installed with the package; dev dependencies are not.
Dev (29)
Used by
Popular packages that depend on meow.
Relationship graph
Dependencies (left) and dependents (right) of meow.
Frequently installed together
An AST-based pattern checker for JavaScript.
Opinionated, caching, retrying fetch client
Native Abstractions for Node.js: C++ header for Node 0.8 -> 26 compatibility
Given a possibly case-variant version of an existing filesystem path, returns the case-exact, normalized version as stored in the filesystem.
Parse sass files and extract a graph of imports
An optionally-asynchronous forEach with an interesting interface.
Non-blocking stdout stream
Cross platform child_process#spawn and child_process#spawnSync
the most correct and second fastest glob implementation in JavaScript
A globbing fs.watch wrapper built from the best parts of other fine watch libs.
Lodash modular utilities.
Release history
2 releases in the last two years, typically about 38 days apart.
| Version | Published | Size | License |
|---|---|---|---|
| 14.1.0latest | 5 months ago | 401 KB | MIT |
| 14.0.0 | 10 months ago | 461 KB | MIT |
| 13.2.0 | 2 years ago | 409 KB | MIT |
| 13.1.0 | 2 years ago | 408 KB | MIT |
| 13.0.0 | 2 years ago | 410 KB | MIT |
| 12.1.1 | 2 years ago | 480 KB | MIT |
| 12.1.0 | 2 years ago | 381 KB | MIT |
| 12.0.1 | 3 years ago | 31 KB | MIT |
| 12.0.0 | 3 years ago | 31 KB | MIT |
| 11.0.0 | 3 years ago | 25 KB | MIT |
| 10.1.5 | 3 years ago | 25 KB | MIT |
| 10.1.4 | 3 years ago | 25 KB | MIT |
| 10.1.3 | 4 years ago | 24 KB | MIT |
| 10.1.2 | 4 years ago | 24 KB | MIT |
| 10.1.1 | 5 years ago | 24 KB | MIT |
Overview
meow is an npm package that cLI app helper. It has 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 focused 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
- 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
Funding
Frequently asked questions
Should I use meow?
Yes — meow scores well across adoption, maintenance, weight, supply chain, and licensing. No download data reported for this package yet. Last published 152 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?
npm does not publish download counts. Within PackageGraph's crawl, 1 known packages depend on meow.
Is meow still maintained?
The most recent release of meow (v14.1.0) was published 5 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.