A new release includes support for the Windows operating system. In the past, if users used Windows operating system to perform some operations, they could only operate with GitBash
or other similar software. Now when you use the Windows operating system, kit
uses CMD to execute some commands to provide support for the windows operating system.
Enhancements
- generator: Use cmd to execute
protoc
command if the current operating system is Windows (#15) - thanks, @bootun - generator/template: Use separate packages to maintain file templates - thanks, @bootun
Bug fixes
- cmd: improve tips when the attempt to execute
protoc
fails - thanks, @bootun