Adobe I/O application yeoman code generator
npm install @adobe/generator-aio-appA Yeoman generator for Adobe I/O Applications.


!Node.js CI


This module is used by the Adobe I/O CLI app plugin.
- npm install -g @adobe/aio-cli
- aio app init to bootstrap your project's code
- aio app add action to add new actions to an existing app
- aio app add web-assets to add a UI to an existing app
- aio app add ci to add a CI to an existing app
- aio app delete action to delete an existing action
- aio app delete web-assets to delete the app's UI
Contributions are welcomed! Read the Contributing Guide for more information.
Two types of generators can be easily contributed to the project:
- action generators, e.g. analytics action generator:
- add a new action template generator into generators/add-action/. It is recommended that
the generator extends lib/ActionGenerator.js that provides a set of helpers.
- add template files into generators/add-action/
- update generators/add-action/index.js to reference the newly added generator in the prompt choices.
- web assets generators, e.g. experience cloud shell react generator:
- add a new web assets template generator into generators/add-web-assets/.
- add template files into generators/add-web-assets/
- update generators/add-web-assets/index.js to reference the newly added generator in the prompt choices.
This project is licensed under the Apache V2 License. See LICENSE for more information.