Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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/)