This Package is developed for providing suggestions and validations on APL templates.
npm install apl-suggesterFor more information of how to build APL templates, please visit https://developer.amazon.com/en-US/docs/alexa/alexa-presentation-language/understand-apl.html
npm install apl-suggester --save
`Since March 11 2024, APL Suggester's latest version is
2024.1.0, following APL 2024.1 release. Existing users please make sure to pull the latest and update your package.json:
`
npm install apl-suggester@2024 --save
`Then use it in your app:
`
const validator = new StaticAplTemplateValidator();
validator.validate(aplTemplate).then(validationResults => {
// do something with your validaiton results
});
``See CONTRIBUTING for more information.
This project is licensed under the Apache-2.0 license, except APL Templates are licensed under the Amazon Software License [hyperlink to: https://aws.amazon.com/asl/ ]. For more detail, please see the LICENSE file in the [src/configs/templates] sub-folder.