2.0.0 • Published 1 month ago

@adobe/ccweb-add-on-scripts v2.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

@adobe/ccweb-add-on-scripts

Version Downloads/week License

Description

This package provides commands which can be used to build, start and package your Adobe Express add-on. These commands are used as scripts in the add-on project, created using @adobe/create-ccweb-add-on.

Commands

CommandDescriptionBasic Usage
cleanClean the build output directory.ccweb-add-on-scripts clean
buildBuild the add-on.ccweb-add-on-scripts build --use transpiler
startHost the add-on on a local server.ccweb-add-on-scripts start --port port-number
packagePackage the add-on for submission.ccweb-add-on-scripts package --use transpiler

For detailed usage guides, you may check npx @adobe/ccweb-add-on-scripts --help.

For more information about developing Adobe Express add-ons, check out the documentation.