Skip to content

Tags: g0fish/voxa-cli

Tags

2.3.1

Toggle 2.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request VoxaAI#143 from wuelcas/fix-issue-with-gitignore-w…

…hen-generating-a-new-project

Fix issue with gitignore when generating a new project

2.3.0

Toggle 2.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix VoxaAI#140 utterance true turn to boolean (VoxaAI#141)

2.2.2

Toggle 2.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request VoxaAI#136 from wuelcas/prepare-2.2.2-release

Prepare 2.2.2 release

2.2.1

Toggle 2.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request VoxaAI#103 from wuelcas/prepare-new-release

Prepare 2.2.1 release

2.2.0

Toggle 2.2.0's commit message
v2.2.0

2.2.0-alpha2

Toggle 2.2.0-alpha2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issue on path option and undefined platforms (VoxaAI#82)

2.2.0-alpha1

Toggle 2.2.0-alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update dependencies (VoxaAI#81)

2.1.3-alpha2

Toggle 2.1.3-alpha2's commit message
Voxa 3 Project Generator (VoxaAI#68)

* 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

2.1.3-alpha1

Toggle 2.1.3-alpha1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request VoxaAI#69 from rmberrios/staging

 Fixed @sys. slots on dialogflow

2.1.2

Toggle 2.1.2's commit message
Add locales to Alexa and dialogflow