Skip to content

voughtdq/freeswitch-docs-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

freeswitch-docs-tools

Tools to aid editing FreeSWITCHⓇ documentation.

find_variables.py

A script to assist searching the FreeSWITCHⓇ repository for variables. Known to work with Python 3.10.12.

Usage

# clone the repo
git clone --branch v1.10.11 https://github.com/signalwire/freeswitch freeswitch
# run the script
python find_variables.py --base freeswitch --out variables.ugly.json
# prettify the output and save it in data/variables.json
python -m json.tool variables.ugly.json > data/variables.json

About

Tools to aid editing FreeSWITCHⓇ documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages