-
Notifications
You must be signed in to change notification settings - Fork 21
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
[READY]#186 add initial action generator for AEMHeadlessClient SDK #185
base: master
Are you sure you want to change the base?
[READY]#186 add initial action generator for AEMHeadlessClient SDK #185
Conversation
Codecov Report
@@ Coverage Diff @@
## master #185 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 26 27 +1
Lines 645 656 +11
Branches 71 71
=========================================
+ Hits 645 656 +11
Continue to review full report at Codecov.
|
Hi Dragan,
They currently reside here: https://github.com/adobe/generator-aio-app/tree/master/generators/extensions First step we are taking on are extensions (and their add-action generators), and the Any future generators, including action generators, should be in a separate module because of this. You can use https://github.com/adobe/generator-app-common-lib to use the ActionGenerator base class. |
Thanks, I'll check. |
Description
Added action generator for AEM Headless Client
Related Issue
adobe/aem-headless-client-nodejs#2
#186
Motivation and Context
How Has This Been Tested?
Unit tests
Tested with demo project for aio action using remote AEMaaCS with basic auth
Screenshots (if appropriate):
Types of changes
Added action generator for AEM Headless Client adobe/aem-headless-client-nodejs#2
Checklist: