Coder Social home page Coder Social logo

aio-lib-template-validation's Introduction

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

Field Description Required
description Template must have a description. ✔️
keywords Must contain a keyword aio-app-builder-template. ✔️

install.yml file

Field Type Description Required
categories list of strings Template must have categories defined. See allowed values. ✔️
extensions list of objects List extension points that a template implements. Each extension point must have the string property extensionPointId.
apis list of objects List 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.
event object This will list the event configuration for the template. The event template code that contains this specification may read this to configure itself.
runtime boolean Whether 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.

aio-lib-template-validation's People

Contributors

amulyakashyap09 avatar amyjzhao avatar lenaorobei avatar shazron avatar slitviachenko avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

aio-lib-template-validation's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.