Package Exports
- @adobe/generator-aio-app
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@adobe/generator-aio-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Adobe I/O App Code Generator
A Yeoman code generator for Adobe I/O Applications.
Use with aio CLI
npm install -g @adobe/aio-cliaio app initto bootstrap your project's codeaio app add actionto add new actions to an existing appaio app add web-assetsto add a UI to an existing appaio app delete actionto delete an existing actionaio app delete web-assetsto delete the app's UI
Standalone Usage
npm install -g yo @adobe/generator-aio-appyo aio-appto bootstrap your project's codeyo aio-app:add-actionto add new actions to an existing appyo aio-app:add-web-assetsto add a UI to an existing appyo aio-app:delete-actionto delete an existing actionyo aio-app:delete-web-assetsto delete the app's UI
Contributing
Contributions are welcomed! Read the Contributing Guide for more information.
Licensing
This project is licensed under the Apache V2 License. See LICENSE for more information.