Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/mikeerickson/packagist-home

CLI open current project in packagist.org
https://github.com/mikeerickson/packagist-home

Last synced: 15 days ago
JSON representation

CLI open current project in packagist.org

Awesome Lists containing this project

README

        

# packagist-home

## Description

> Open the GitHub page of the given or current directory repo

It will attempt to open the package page on [packagist.org](http://packagist.org) if there is one.

## Install

```bash
$ npm install -g @codedungeon/packagist-home
```

## Usage

From any PHP package which has been publish to packagist.org

```bash
$ packagist-home
```

## Tip

Add `alias ph=pkg-home` to your `.zshrc`/`.bashrc`, so that you can run it with `$ ph` instead.

## Contributing

Please see [CONTRIBUTING](CONTRIBUTING.md) for details.

## Security

If you discover any security related issues, please email [[email protected]](mailto:[email protected]) instead of using the issue tracker.

## Credits

packagist-home written by Mike Erickson

E-Mail: [[email protected]](mailto:[email protected])

Twitter: [@codedungeon](http://twitter.com/codedungeon)

Website: [codedungeon.io](https://codedungeon.io)

## License

Copyright © 2020 Mike Erickson
Released under the MIT [License](LICENSE)