ParadoxLabs-Inc / tokenbase

TokenBase is the foundational package for most ParadoxLabs extensions for Magento®. It provides a tokenized card storage mechanism that is similar to but more featureful than Magento_Vault, and abstract components of a payment gateway implementation for Magento built around those stored cards.
Apache License 2.0
3 stars 3 forks source link

docs: add command to generate package information #8

Closed damienwebdev closed 6 months ago

damienwebdev commented 6 months ago

PR Checklist

Please check if your PR fulfills the following requirements:

PR Type

What kind of change does this PR introduce?

[ ] Bugfix
[ ] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Build related changes
[ ] CI related changes
[x] Documentation content changes
[ ] Other... Please describe:

What is the current behavior?

I was filling out https://github.com/ParadoxLabs-Inc/tokenbase/issues/7 and I didn't want to use my brain.

Fixes: N/A

What is the new behavior?

I can copy paste a command into bash to get the requested info,

Does this PR introduce a breaking change?

[ ] Yes
[x] No
rhoerr commented 6 months ago

Looks good, thanks!