Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikeerickson/packagist-home
- Owner: mikeerickson
- License: other
- Created: 2020-09-27T02:08:17.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-07-28T16:48:55.000Z (over 3 years ago)
- Last Synced: 2024-04-25T17:20:21.564Z (7 months ago)
- Language: JavaScript
- Size: 2.75 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
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)