You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a developer,
I want to use a yeoman generator module,
so that I can be prompted for abap deployment configuration to be adds to a fiori project
Description
With the prompting module (@sap-ux/abap-deploy-config-inquirer) and the writer (@sap-ux/abap-deploy-config-writer) are published modules in open-ux-tools, this module will encompass both into the @sap-ux/abap-deploy-config-sub-generator
Technical Design
This module will be consumed as a subgenerator i.e it will not be usable as a general generator by yeoman (this is done by not prefixing the module with generator-
Notes
Tasks
Unit Tests added
Test Cases defined
The text was updated successfully, but these errors were encountered:
As a developer,
I want to use a yeoman generator module,
so that I can be prompted for abap deployment configuration to be adds to a fiori project
Description
With the prompting module (
@sap-ux/abap-deploy-config-inquirer
) and the writer (@sap-ux/abap-deploy-config-writer
) are published modules in open-ux-tools, this module will encompass both into the@sap-ux/abap-deploy-config-sub-generator
Technical Design
This module will be consumed as a subgenerator i.e it will not be usable as a general generator by yeoman (this is done by not prefixing the module with
generator-
Notes
Tasks
The text was updated successfully, but these errors were encountered: