1.0.3 • Published 8 years ago

dojodojo v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

dojodojo

Install

$ npm i -g dojodojo

Configuration

You should configure a dojodojo.json in the folder that you wanna start a dojo session with the participants informations like this:

{
    "participants": [
        {
            "username": "Henri Cavalcante",
            "email": "hnri_mxel@hotmail.com",
            "active": true
        },
        {
            "username": "Danilo Thiago",
            "email": "danilo.t.a.oliveira@hotmail.com",
            "active": true
        },
        {
            "username": "Leandro Fortaleza",
            "email": "fortaleza555@hotmail.com",
            "active": true
        },
        {
            "username": "Micael Souza",
            "email": "micael.souza@outlook.com",
            "active": true
        },
        {
            "username": "Emmerson Siqueira",
            "email": "emmersonsirqueira@gmail.com",
            "active": false
        }
    ],
    "time": 30000
}

Usage

$ dojodojo
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

9 years ago

1.0.0

9 years ago