https://github.com/adlerluiz/sifer
Dependency scanner and updater
https://github.com/adlerluiz/sifer
cli dependency dependency-scanner npm scanner updater yarn
Last synced: 21 days ago
JSON representation
Dependency scanner and updater
- Host: GitHub
- URL: https://github.com/adlerluiz/sifer
- Owner: adlerluiz
- Created: 2020-09-09T00:13:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-10T21:34:30.000Z (over 5 years ago)
- Last Synced: 2025-09-10T05:47:20.560Z (9 months ago)
- Topics: cli, dependency, dependency-scanner, npm, scanner, updater, yarn
- Language: JavaScript
- Homepage:
- Size: 4.83 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 
[](https://npmjs.org/sifer)
[](LICENSE)
Sifer is a dependency scanner and updater, with which it is possible to validate if your project's dependencies are always up to date


# Install
`NPM`
```bash
npm install sifer --save-dev
```
```bash
npm install sifer --global
```
`YARN`
```bash
yarn add sifer --dev
```
```bash
yarn add global sifer
```
# Usage
## Scan
```bash
sifer scan [path]
Path to be scanned, can be file or directory (note: if the path is not provided,
it will use the current path where it is being executed)
Positionals:
path Path to be scanned [string] [default: current workdir]
```
## Update
```bash
sifer update [path]
Update file following increment type
Positionals:
path File path [string] [default: "--patch"]
Options:
--use Force use of specific manager [default: ""]
--patch Update patch version
--minor Update minor version
--major Update major version
```
# Supports
- Dart
- Flutter [--use flutter]
- Pub (Default)
- Node
- Npm (Default)
- Yarn [--use yarn]
- Php
- Composer