5.0.2 • Published 3 months ago

@adobe/aio-lib-template-validation v5.0.2

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
3 months ago

aio-lib-template-validation

NPM-based tool to validate App Builder templates during submission process to App Builder Template Registry.

Validation checks

package.json file

FieldDescriptionRequired
descriptionTemplate must have a description.:heavy_check_mark:
keywordsMust contain a keyword aio-app-builder-template.:heavy_check_mark:

install.yml file

FieldTypeDescriptionRequired
categorieslist of stringsTemplate must have categories defined. See allowed values.:heavy_check_mark:
extensionslist of objectsList extension points that a template implements. Each extension point must have the string property extensionPointId.
apislist of objectsList the APIs required to be added to all Workspaces in the App Builder Project, if they don't exist. Each API object must contain code as one of its properties, this is the sdk code of the service.
eventobjectThis will list the event configuration for the template. The event template code that contains this specification may read this to configure itself.
runtimebooleanWhether to add Runtime to App Builder application or not. Defaults to false.

Getting started

Installation

$ npm i -g @adobe/aio-lib-template-validation
$ tv

Usage

To check a specific template run:

$ tv run-checks <path>

This will execute all checks on App Builder template given path to the template code and output the results. You can add --json or -j option to output results in JSON format.

Installation as a library

If you want to use this package as a library within your project, run:

$ npm i @adobe/aio-lib-template-validation

Contributing

Contributions are welcomed! Read the Contributing Guide for more information.

To get started:

  1. Install node.js.
  2. Clone the repository.
  3. After navigating into the project directory, install project dependencies by running npm install.

Scripts

To run tests a single time, run the following command:

npm test

Licensing

This project is licensed under the Apache V2 License. See LICENSE for more information.

5.0.2

3 months ago

5.0.1

4 months ago

4.0.0

1 year ago

2.3.0

2 years ago

2.4.0

2 years ago

3.0.0

2 years ago

2.2.0

2 years ago

2.1.0

2 years ago

2.0.0

2 years ago

1.1.0

2 years ago

1.0.0

2 years ago