template-typespec A GitHub template repository for TypeSpec Prerequisites Node 22.12.0+ GNU Make TypeSpec Kiota Development instructions Local development Use Makefile to run the project locally. # help make # install dependencies for development make install-deps-dev # build the project make build # run CI tests make ci-test