Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 1.16 KB

README.md

File metadata and controls

29 lines (19 loc) · 1.16 KB

Jovo CLI Utility for VSCode

A simple extension to make it easier to use the commands of Jovo CLI, an open source framework for developing voice experiences.

Commands Available

  • Jovo v3: CLI Install (Install jovo-cli globally using npm or yarn - your choice!)
  • Jovo v3: CLI Version (Show a jovo-cli version installed)
  • Jovo v3: Create New Project (Create a new project using jovo - need type a name of project)
  • Jovo v3: Build Alexa Skill (Build a Alexa Skill)
  • Jovo v3: Build Google Action (Build a Google Action)
  • Jovo v3: Deploy Alexa Skill (Deploy a Alexa Skill)
  • Jovo v3: Deploy Google Action (Deploy a Google Action)
  • Jovo v3: Deploy Target > Zip (Create a ready-to-deploy bundle.zip file)
  • Jovo v3: Run Local (Start the development server)
  • Jovo v3: ASK CLI Configure (Configure your ASK (and AWS) credentials - need a ASK CLI package)

Release Notes

0.0.1

Initial development.