Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vilicvane/cross-pm
Spawn npm/yarn/pnpm accordingly based on different lock files found in the context.
https://github.com/vilicvane/cross-pm
npm pnpm yarn
Last synced: about 2 months ago
JSON representation
Spawn npm/yarn/pnpm accordingly based on different lock files found in the context.
- Host: GitHub
- URL: https://github.com/vilicvane/cross-pm
- Owner: vilicvane
- License: mit
- Created: 2023-10-06T08:09:24.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-16T10:01:59.000Z (over 1 year ago)
- Last Synced: 2024-11-30T15:41:53.564Z (about 2 months ago)
- Topics: npm, pnpm, yarn
- Language: JavaScript
- Homepage:
- Size: 43 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![NPM version](https://img.shields.io/npm/v/cross-pm?color=%23cb3837&style=flat-square)](https://www.npmjs.com/package/cross-pm)
[![Repository package.json version](https://img.shields.io/github/package-json/v/vilic/cross-pm?color=%230969da&label=repo&style=flat-square)](./package.json)
[![MIT License](https://img.shields.io/badge/license-MIT-999999?style=flat-square)](./LICENSE)# cross-pm
Spawn npm/yarn/pnpm accordingly based on different lock files found in the context.
## Installation
```sh
npm install --global cross-pm
```## Usage
```sh
xpm add/remove(rm)/install/run/exec [options]
xpm [script] [options]
```## License
MIT License.