0.0.16 • Published 3 years ago

create-drachtio-app v0.0.16

Weekly downloads
82
License
MIT
Repository
github
Last release
3 years ago

create-drachtio-app CI

Usage: npx create-drachtio-app options project-name

Options:
  -h, --help                        display help for command
  -m, --media                       include the drachtio-fsmrf package for media control
  -r, --request-types <methods...>  list the SIP request types to handle, or 'all' (default: ["invite"])
  -t, --test                        generate a docker-based test suite
  -v, --version                     display the current version

Example:

Scaffold an application that wants to handle INVITEs and REGISTERs, with a test suite and with media control support

  $ npx create-drachtio-app -m -t -r invite register my-app

Creating a new drachtio app in /Users/perpich/test/my-app

  $ cd my-app
  $ npm test

  starting docker network..

    ✔ docker network is up

  sip tests

    ✔ invite test passes
    ✔ register test passes

  stopping docker network..

  total:     3
  passing:   3
  duration:  7.3s
0.0.16

3 years ago

0.0.10

3 years ago

0.0.11

3 years ago

0.0.12

3 years ago

0.0.14

3 years ago

0.0.15

3 years ago

0.0.9

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.7

3 years ago

0.0.6

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago