By participating in this project, you agree to abide by our code of conduct.
cxcli
is written in Go.
Prerequisites:
Other things you might need to run the tests:
Clone cxcli
anywhere:
git clone [email protected]:xavidop/dialogflow-cx-cli.git
cd
into the directory and install the dependencies:
go mod tidy
A good way of making sure everything is all right is running the build:
go build -o cxcli .
You can create a branch for your changes and try to build from the source as you go:
go build -o cxcli .
Commit messages should be well formatted, and to make that "standardized", we are using Conventional Commits.
You can follow the documentation on their website.
Push your branch to your cxcli
fork and open a pull request against the main branch.
You can contribute in our GitHub Sponsors or to any of the contributors directly. See this page for more details.