Create RubyGem project psdk-cli using Thor structure #2#19
Merged
Conversation
4 tasks
Aelysya
approved these changes
Nov 12, 2025
Aelysya
left a comment
There was a problem hiding this comment.
Testé, l'installation marche correctement avec gem install et toutes les commandes décrites fonctionnent.
Le test inclu fonctionne aussi.
AerunDev
approved these changes
Nov 12, 2025
Contributor
AerunDev
left a comment
There was a problem hiding this comment.
Tested right now, works as intended! 😄
pw-rey
approved these changes
Nov 12, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR implements the skeleton for
psdk-clias a gem.When installed with
gem install psdk-cliit makes the following command available:psdk-cli helppsdk-cli versionpsdk-cli pluginpsdk-cli plugin fake ARG1psdk-cli plugin helppsdk-plugin fake ARG1psdk-plugin helpIt's coming with rubocop and rspec for lint & tests. You can run both lint and test using
rake(checkrake --tasksfor all available commands).A github action has been added as well (default when creating a new bundle project).