hello-t4-world
v0.0.4
Published
A simple PoC using T4 Templates
Downloads
2
Readme
hello-t4-world
A repo to hold tt4 PoC test code
steps to package
Generate code from template
I have my vscode rigged to run TextTransform.exe
on my mac I use mono to run it in vscode on saveCommit the changes
git commit -m "added some actual generated enum style code"
Update the package version with npm
npm version 0.0.3
Push the changes
git push
npm publish
npm view hello-t4-world