3.0.0 • Published 6 years ago

atmt v3.0.0

Weekly downloads
2
License
GNU
Repository
-
Last release
6 years ago

atmt

CLI to create Chat bots using Automaton

Version License

Usage

$ npm install -g atmt
$ atmt COMMAND
running command...
$ atmt (-v|--version|version)
atmt/3.0.0 win32-x64 node-v9.4.0
$ atmt --help [COMMAND]
USAGE
  $ atmt COMMAND
...

Commands

atmt build

initial scaffolding from bot.atmt.json

USAGE
  $ atmt build

OPTIONS
  -d, --dialogflow  use dialogflow

EXAMPLE
  $ atmt build

atmt help COMMAND

display help for atmt

USAGE
  $ atmt help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

atmt init

create bot.atmt.json and functions.json

USAGE
  $ atmt init

OPTIONS
  -n, --name=name  name of the bot

EXAMPLE
  $ atmt init --name bot_name
  creating bot.atmt.json

atmt rebuild

apply changes in bot.atmt.json, preserve function implementations in *Impl.js files

USAGE
  $ atmt rebuild

EXAMPLE
  $ atmt rebuild

VSCode extension

Get VSCode extension here to start writing automaton schema with intellisense

Quickstart

Outlook meeting scheduler bot using Microsoft Graph APIs written using Automaton

atmt init -n BotName

describe the command here create bot.atmt.json and functions.json

USAGE
  $ atmt init

OPTIONS
  -n, --name=name  name of the bot

EXAMPLE
  $ atmt init --name bot_name
  creating bot.atmt.json

atmt build

initial scaffolding from bot.atmt.json

USAGE
  $ atmt build

OPTIONS
  -d, --dialogflow  use dialogflow

EXAMPLE
  $ atmt build

atmt rebuild

apply changes in bot.atmt.json, preserve function implementations in *Impl.js files

USAGE
  $ atmt rebuild

EXAMPLE
  $ atmt rebuild
3.0.0

6 years ago

2.1.0

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago

1.6.0

6 years ago

1.5.2

6 years ago

1.5.1

6 years ago

1.5.0

6 years ago

1.4.2

6 years ago

1.4.1

6 years ago

1.4.0

6 years ago

1.3.1

6 years ago

1.3.0

6 years ago

1.2.6

6 years ago

1.2.5

6 years ago

1.2.4

6 years ago

1.2.3

6 years ago

1.2.2

6 years ago

1.2.1

6 years ago

1.2.0

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.0.0

6 years ago