0.0.4 • Published 3 years ago

generator-hades-bot v0.0.4

Weekly downloads
-
License
-
Repository
-
Last release
3 years ago

Hades Bot Generator

This is a simple Yeoman generator for creating a new Hades Bot.

Installation

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

npm install -g yo
npm install -g generator-hades-bot

Then generate your new project:

yo hades-bot

Answer the questions and you're done!

cd my-hades-bot
# edit config/default.json
npm i
npm run start
0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago