Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/themost-framework/peers
Install peer dependencies script
https://github.com/themost-framework/peers
Last synced: about 7 hours ago
JSON representation
Install peer dependencies script
- Host: GitHub
- URL: https://github.com/themost-framework/peers
- Owner: themost-framework
- License: bsd-3-clause
- Created: 2021-11-28T17:05:22.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-28T07:37:17.000Z (8 months ago)
- Last Synced: 2024-11-08T06:25:14.577Z (8 days ago)
- Language: JavaScript
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# @themost/peers
Install peer dependencies script## Usage
npx @themost/peers add-peers
### Install peer dependencies of module
Use `@themost/peers` to install missing peer dependencies of a package which is already a dependency of project.
npx @themost/peers [--save|--no-save|--save-optional|--save-dev|--save-exact|--save-peer]
e.g.
npx @themost/peers @themost/angular --save-dev