0.1.5 • Published 7 years ago

grunt-ask-analyze v0.1.5

Weekly downloads
2
License
Apache-2.0
Repository
github
Last release
7 years ago

grunt-ask-analyze

A grunt task that validates an Alexa Skills Kit interaction model. It currently implements these validations: 1. not more than 250 intents 1. all intents in the intent schema have sample utterances 1. all sample utterances have an intent in the intent schema 1. no sample utterance is repeated in 2 different intents

Using it

First, load it in your Gruntfile:

grunt.loadNpmTasks('grunt-ask-analyze');

Next, configure it:

Finally, use it as part of some other task, like your default task:

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago