# `naif` command line interface tools

 ⚠️  To be completed.

- [`naif`](#naif)
- [`naif init`](naif-init.md)
- [`naif generate`](naif-generate.md)
- [`naif show`](naif-show.md)
- [`naif shell`](naif-shell.md)
- [`naif telegram`](naif-telegram.md)


## `naif` 

```
$ naif
 _   _       _  __     _
| \ | |     (_)/ _|   | |
|  \| | __ _ _| |_    | |___
| . ` |/ _` | |  _|   | / __|
| |\  | (_| | | || |__| \__ \
|_| \_|\__,_|_|_| \____/|___/

NaifJs, simple state-machine based dialog manager
version: 0.46.1, author: giorgio.robino@gmail.com

Documentation:
/usr/local/lib/node_modules/naifjs/README.md

Examples:
/usr/local/lib/node_modules/naifjs/examples

Usage:

    naif init              create new project directory
    naif new project

    naif generate          create dialog unit skeleton source code.
    naif new unit

    naif shell             command line dialog tester
    naif test shell

    naif telegram          telegram bot dialog tester
    naif test telegram

    naif show              show dialog units and states of a directory.

    naif help              show this help

``` 

---

[top](#) | [home](../README.md) | [index](index.md)
