Skip to content

2.1.3-alpha2

@wuelcas wuelcas tagged this 16 May 22:02
* Create command to scaffold a basic TS Voxa app

* Exclude templates folder

* Exclude templates from lint

* Add prettier ignore

* Add initial template

* Make JS and TS templates

* Fix all errors in javascript template

* Fix errors in typescript template

* Add author prompt and format file

* Create initial tests for file generation

* Exclude generated tests from templates in npm test script

* Exclude generated tests from templates in npm test-ci script

* Set condition to get template files

* Fix bugs and separate tests

* Add analytics packages to templates

* Generate code in the create command for analytics packages

* Add test for analytics packages integration

* Add message to prompt

* Add Voxa CLI references to templates

* Replace serverless prompt with voxa-cli

* Create tests for voxa-cli integration

* Exclude template views and interaction files from gitignore

* Separate JS and TS project generation tests

* Create store user info test cases

* Add support to store user info in DynamoDB

* Add save user info prompt

* Add references to DynamoDB and users table in serverless file

* Replicate dynamo config in serverless in JS project

* Add support for Voxa platforms in templates

* Create test cases for platform specifics

* Set default value to Alexa when choosing a platform

* Fix error in test cases in templates

* Add yarn lock file in templates

* Add missing space in README

* Set instructions when the generator is done

* Fix dashbot version

* Remove analytics option and add suffix

* Change final message to copy and paste commands more easily

* Update dashbot and ga packages

* Fix compilation errors for TS generated project

* Refactor generator logic to its own class

* Change handlebar variable names to match data

* Set validation for prompts

* Remove one empty line

* Extract instructions messages to its own function

* Add new generator feature to changelog
Assets 2