GithubHelp home page GithubHelp logo

pombredanne / packages-scanner Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ichhabrecht/packages-scanner

0.0 0.0 0.0 58 KB

Scan own packages.json information to check packagist registration of packages

PHP 100.00%

packages-scanner's Introduction

packages-scanner

This application compares packages from your own packages.json repository with information from Packagist.

Latest Stable Version Build Status

Installation

Installation as own application

$ composer create-project ichhabrecht/packages-scanner

Installation as requirement

$ composer require ichhabrecht/packages-scanner

Usage

To get an overview of existing commands you can simply list them with

$ vendor/bin/packages-scanner list

package:validate

The command validates the package names found in the provided packages.json and lists those which cannot be registered on Packagist.

$ vendor/bin/packages-scanner package:validate https://example.com

package:register

The command lists all packages found in your packages.json which are not registered on Packagist yet. Furthermore it shows the url and author information of each package.

$ vendor/bin/packages-scanner package:register https://example.com

Options

--exclude-vendor

Comma separated list of vendor names to exclude from Packagist check.

package:compare

The command lists all packages found in your packages.json which are also registered on Packagist. Furthermore it shows the url and author information of each package for both locations.

$ vendor/bin/packages-scanner package:compare https://example.com

Options

--exclude-vendor

Comma separated list of vendor names to exclude from Packagist check.

--only-different

Shows only packages which have different registered sources.

vendor:list

The command lists all vendor names of the packages found in the provided packages.json. It shows the registration status of the vendor name on Packagist.

$ vendor/bin/packages-scanner vendor:list https://example.com

Options

--only-registered

Shows only vendor names that are registered on Packagist already.

--only-unregistered

Shows only vendor names that are not registered on Packagist yet.

vendor:register

The command lists all vendor names with their packages found in your packages.json which are not registered on Packagist yet. Furthermore it shows the url and author information of each package.

$ vendor/bin/packages-scanner vendor:register https://example.com

packages-scanner's People

Contributors

helhum avatar ichhabrecht avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.