Ding is a cross - platform CLI tool used to execute specific tasks. This project provides a convenient command - line interface and supports multiple operating systems.
Ensure that you have installed the Go language environment (version 1.21 or higher).
Execute the following command in the project root directory to build the project:
make buildProject dependencies will be automatically downloaded during the build process. The main dependencies include:
- [github.com/twilio/twilio - go v1.24.0](https://github.com/twilio/twilio - go)
- gopkg.in/ini.v1 v1.67.0
Execute the following command in the project root directory to run the project:
make runExecute the following command to test the project:
make testExecute the following command to package the project:
make packageThe project's dependency information is recorded in the go.mod file. The main dependencies are as follows:
require (
github.com/twilio/twilio - go v1.24.0
gopkg.in/ini.v1 v1.67.0
)
require (
github.com/golang/mock v1.6.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
)These dependencies will be automatically downloaded during the project build process.
If you want to clean the files generated by the project, you can execute the following command:
make cleanThe above command will delete the dist directory and its contents.
If you have any questions or suggestions, welcome to submit an issue or pull request.
This project uses the MIT License.