template used to init an ccgo cross-platform project.
# ensure ccgo installed
pip3 install ccgo
# create lib
ccgo lib create <YOUR_PROJECT_DIR> --template-url=https://github.com/zhlinh/ccgo-template.git
ccgo-template is available under the MIT license. See the LICENSE file for the full license text.