Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Component generator #47

Merged

Conversation

Ztrizzo
Copy link
Contributor

@Ztrizzo Ztrizzo commented Sep 7, 2024

📃 Summary

Created a new lua module to allow users to generate Lightning components and Apex components. Two new commands:

  • SalesforceCreateLightningComponent: Create an Aura Component or LWC
  • SalesforceCreateApex: Create Apex trigger or class

These essentially just build and execute sf cli commands based on the user's input.

This is my first contribution to this project, but I'd like to contribute more, so please let me know if there's anything that should be changed or adjusted!

📸 Preview

Screenshot 2024-09-06 at 9 36 26 PM Screenshot 2024-09-06 at 9 37 10 PM

@jonathanmorris180
Copy link
Owner

jonathanmorris180 commented Sep 7, 2024

@Ztrizzo Thanks for adding this! I made some alterations in a separate PR for you to review: Ztrizzo#5. If you're happy with these changes, we can merge this in.

@Ztrizzo
Copy link
Contributor Author

Ztrizzo commented Sep 8, 2024

Yeah, looks good, I approved and merged the separate PR.

Thanks for the feedback/adjustments. I'll keep those in mind for future contributions

@jonathanmorris180
Copy link
Owner

Awesome, sounds good! Merging this in.

@jonathanmorris180 jonathanmorris180 merged commit ce0f006 into jonathanmorris180:main Sep 8, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants