Skip to content

Commit

Permalink
manual-nuget (#126)
Browse files Browse the repository at this point in the history
* Support prototype script libraries

* Add manual nuget nuspec file
+semver: minor
  • Loading branch information
NeilMacMullen committed Mar 24, 2021
1 parent a14b68c commit 1ed9983
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions textrude.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<package>
<metadata>
<id>textrude</id>
<version>1.6.0.0</version>
<title>textrude - template based code generation and text processing utility</title>
<authors>NeilMacMullen</authors>
<owners>NeilMacMullen</owners>
<license type="expression">MIT</license>
<projectUrl>https://github.com/NeilMacMullen/textrude</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Textrude is a utility that allows you to quickly develop templates for code-generation and text processing. It runs on Windows and Linux and uses Scriban as the template language. It comes as a CLI exe for use in build systems as well as an GUI prototyping tool which regenerates output in realtime as templates are edited. Models are automatically imported from JSON, YAML, CSV or plain text.</description>
<releaseNotes>First nuget release</releaseNotes>
<copyright>Copyright 2021</copyright>
<tags>scriban,code-generation,template,text-processing,json,yaml,csv</tags>
</metadata>
<files>
<file src="publish\**" target="textrude" />
</files>
</package>

0 comments on commit 1ed9983

Please sign in to comment.