Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fluxsauce/meta-search
Search code and Node.js packages managed with meta.
https://github.com/fluxsauce/meta-search
Last synced: 2 months ago
JSON representation
Search code and Node.js packages managed with meta.
- Host: GitHub
- URL: https://github.com/fluxsauce/meta-search
- Owner: fluxsauce
- License: mit
- Created: 2020-08-25T15:23:46.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-07T20:59:41.000Z (almost 2 years ago)
- Last Synced: 2024-08-09T18:56:10.604Z (3 months ago)
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/meta-search
- Size: 402 KB
- Stars: 1
- Watchers: 2
- Forks: 2
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# meta-search
Search code and Node.js packages managed with [meta](https://github.com/mateodelnorte/meta).
## Examples
Search all meta project `package.json` files for a published package:
![](images/package-search.png?raw=true)
Search all meta project `package.json` files for an internal project with a manually specified minimum
semantic version, excluding satisfied projects:![](images/package-search-minimum.png?raw=true)
## Usage
```bash
meta search
``````
Usage: meta-search [options] [command]Options:
-h, --help display help for commandCommands:
package Find packages in package.json that match given criteria
help [command] display help for command
``````bash
meta search package
``````
Usage: meta-search-package [options]package - Find packages in package.json that match given criteria
Arguments:
name: Name of the package you are searching forOptions:
-V, --version output the version number
-m, --minimum [semver] Manually specify minimum semantic version. Ex: ">=1.16"
-e, --excludeSatisfied Exclude projects that satisfy semantic version
-h, --help display help for command
```