Harp.Templates provides templates for creating new Harp device repositories, including automatic generation of firmware and Bonsai interface code from a device shema.
dotnet new install Harp.Templates::0.4.0
dotnet new harpdevice -n <project-name>
dotnet build Generators
For additional documentation and examples, refer to the GitHub repository.
Harp.Templates is released as open-source under the MIT license. Bug reports and contributions are welcome at the GitHub repository.