Security News
CISA Brings KEV Data to GitHub
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
@adobe/generator-aio-app
Advanced tools
Adobe I/O application yeoman code generator
A Yeoman generator for Adobe I/O Applications.
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
aio app delete ci
to delete CI from existing app
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:
generators/add-action/<generator-name>/index.js
. It is recommended that
the generator extends lib/ActionGenerator.js
that provides a set of helpers.generators/add-action/<generator-name>/templates/
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:
generators/add-web-assets/<generator-name>/index.js
.generators/add-web-assets/<generator-name>/templates/
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.
FAQs
Adobe I/O application yeoman code generator
We found that @adobe/generator-aio-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISA's KEV data is now on GitHub, offering easier access, API integration, commit history tracking, and automated updates for security teams and researchers.
Security News
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.