Security News
pnpm 10.0.0 Blocks Lifecycle Scripts by Default
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
@adobe/generator-aio-app
Advanced tools
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
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
pnpm 10 blocks lifecycle scripts by default to improve security, addressing supply chain attack risks but sparking debate over compatibility and workflow changes.
Product
Socket now supports uv.lock files to ensure consistent, secure dependency resolution for Python projects and enhance supply chain security.
Research
Security News
Socket researchers have discovered multiple malicious npm packages targeting Solana private keys, abusing Gmail to exfiltrate the data and drain Solana wallets.