Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ans-group/basebot
A suite of tools for building virtual assistants and chatbots - by ANS Group
https://github.com/ans-group/basebot
azure-bot-service botkit-bots chatbot chatbot-framework directline virtual-assistant
Last synced: 2 months ago
JSON representation
A suite of tools for building virtual assistants and chatbots - by ANS Group
- Host: GitHub
- URL: https://github.com/ans-group/basebot
- Owner: ans-group
- License: mit
- Created: 2019-02-05T19:05:53.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T11:53:39.000Z (about 2 years ago)
- Last Synced: 2024-10-29T00:00:46.814Z (3 months ago)
- Topics: azure-bot-service, botkit-bots, chatbot, chatbot-framework, directline, virtual-assistant
- Language: JavaScript
- Homepage: https://ans-group.github.io/basebot/
- Size: 14.8 MB
- Stars: 8
- Watchers: 3
- Forks: 2
- Open Issues: 80
-
Metadata Files:
- Readme: readme.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# Basebot [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) ![Dependencies](https://david-dm.org/ans-group/basebot.svg) [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/calvin-evans/express-starter/blob/master/LICENSE) [![lerna](https://img.shields.io/badge/maintained%20with-lerna-cc00ff.svg)](https://lerna.js.org/)
### A suite of open source tools for creating and managing virtual assistants and chat bots. Built by [ANS](https://ans.co.uk).
Getting Started
---Get started with just two commands using our handy command-line tool.
```
npm i -g basebot-cli
basebot create
```Development
---This monorepo is managed with [Lerna](https://lernajs.io). Packages are contained inside the packages directory. To watch and build all packages on changes, just run `npm run dev` from the root.
Use `npm run build` to simultaneously build all packages.
For more info see the readme inside each individual package or checkout our [documentation](https://ans-group.github.io/basebot/)