botbuilder-java/Generator/generator-botbuilder-java
Tracy Boehrer 90b8b53baf Implemented latest Connector Authorization (from dotnet) 2019-08-20 17:16:42 -05:00
..
__tests__ Initial commit 2018-04-30 10:06:10 -07:00
generators/app Implemented latest Connector Authorization (from dotnet) 2019-08-20 17:16:42 -05:00
.editorconfig Initial commit 2018-04-30 10:06:10 -07:00
.eslintignore Initial commit 2018-04-30 10:06:10 -07:00
.gitattributes Initial commit 2018-04-30 10:06:10 -07:00
.gitignore Initial commit 2018-04-30 10:06:10 -07:00
.travis.yml Initial commit 2018-04-30 10:06:10 -07:00
.yo-rc.json Remove email 2018-05-01 10:07:00 -07:00
LICENSE Removed email 2018-04-30 12:29:06 -07:00
README.md Initial commit 2018-04-30 10:06:10 -07:00
package-lock.json Initial commit 2018-04-30 10:06:10 -07:00
package.json Added necessary files 2018-04-30 12:25:45 -07:00

README.md

generator-botbuilder-java NPM version Build Status Dependency Status Coverage percentage

Template to create conversational bots in Java using Microsoft Bot Framework.

Installation

First, install Yeoman and generator-botbuilder-java using npm (we assume you have pre-installed node.js).

npm install -g yo
npm install -g generator-botbuilder-java

Then generate your new project:

yo botbuilder-java

Getting To Know Yeoman

  • Yeoman has a heart of gold.
  • Yeoman is a person with feelings and opinions, but is very easy to work with.
  • Yeoman can be too opinionated at times but is easily convinced not to be.
  • Feel free to learn more about Yeoman.

License

MIT © Microsoft