Skip to content

Commit 9e04466

Browse files
ready for v1.0.0
1 parent 4cd185f commit 9e04466

File tree

3 files changed

+3288
-3291
lines changed

3 files changed

+3288
-3291
lines changed

README.md

+9-12
Original file line numberDiff line numberDiff line change
@@ -6,33 +6,30 @@ A CLI application that shows Certificate Information
66

77
## Usage
88

9-
- clone the repository
10-
- execute `composer install`
9+
### Global installation
10+
11+
You can install the binary in global composer directory:
12+
13+
```
14+
global require marco-introini/certinfo-cli
15+
```
1116

1217
All the available commands are visible using:
1318

1419
```
15-
php certinfo
20+
certinfo
1621
```
1722

1823
------
1924

2025
## Thanks
26+
2127
This package is based on Laravel Zero.
2228

2329
Laravel Zero was created by [Nuno Maduro](https://github.com/nunomaduro) and [Owen Voke](https://github.com/owenvoke), and is a micro-framework that provides an elegant starting point for your console application. It is an **unofficial** and customized version of Laravel optimized for building command-line applications.
2430

25-
- Built on top of the [Laravel](https://laravel.com) components.
26-
- Optional installation of Laravel [Eloquent](https://laravel-zero.com/docs/database/), Laravel [Logging](https://laravel-zero.com/docs/logging/) and many others.
27-
- Supports interactive [menus](https://laravel-zero.com/docs/build-interactive-menus/) and [desktop notifications](https://laravel-zero.com/docs/send-desktop-notifications/) on Linux, Windows & MacOS.
28-
- Ships with a [Scheduler](https://laravel-zero.com/docs/task-scheduling/) and a [Standalone Compiler](https://laravel-zero.com/docs/build-a-standalone-application/).
29-
- Integration with [Collision](https://github.com/nunomaduro/collision) - Beautiful error reporting
30-
3131
------
3232

33-
## Documentation
34-
35-
For full documentation, visit [laravel-zero.com](https://laravel-zero.com/).
3633

3734
## Support the development
3835

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"php": "^8.0",
2020
"nunomaduro/termwind": "^1.13",
2121
"spatie/ray": "^1.36",
22-
"spatie/ssl-certificate": "^2.3"
22+
"spatie/ssl-certificate": "^2.4"
2323
},
2424
"require-dev": {
2525
"laravel-zero/framework": "^9.1.3",

0 commit comments

Comments
 (0)