htmlc 1.0.9

There is a newer version of this package available.
See the version list below for details.
dotnet tool install --global htmlc --version 1.0.9
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest # if you are setting up this repo
dotnet tool install --local htmlc --version 1.0.9
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=htmlc&version=1.0.9
nuke :add-package htmlc --version 1.0.9

html-compiler-tool

html-compiler-tool

License Build Downloads NuGet

Lines of Code Vulnerabilities Quality Gate Status

This is the HTML Compiler Tool for your cli

install the tool

dotnet tool install --global htmlc

update the tool

dotnet tool update --global htmlc

usage

generates HTML from the template file demo.html and writes it into the folder ".\output" with the same file name ".\output\demo.html":<br /> htmlc compile .\source\demo.html .\output\

generates HTML from the template file test.html and writes it into the file ".\output\sample.html":<br /> htmlc compile .\source\test.html .\output\sample.html

specify a template file

this file contains only the individual content:

@Layout=_layout.html<br /> <section><br /> <div>Hello again</div><br /> </section><br />

important: add the @Layout-element to specify which file the layout is in.

specify a layout file

The layout file contains the HTML framework, which is identical for all generated files:<br /> <html><br /> <head><br /> ...<br /> </head><br /> <body><br /> @Body<br /> </body><br /> </html><br />

important: add the @Body-element to specify where the content of the page should be written.

generated output

The above example generates the following code: <html><br /> <head><br /> ...<br /> </head><br /> <body><br /> <section><br /> <div>Hello again</div><br /> </section><br /> </body><br /> </html><br />

Product Compatible and additional computed target framework versions.
.NET net6.0 is compatible.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last updated
1.0.156 554 12/3/2023
1.0.155 202 11/8/2023
1.0.154 317 11/6/2023
1.0.153 252 11/6/2023
1.0.149 221 10/10/2023
1.0.148 182 10/9/2023
1.0.147 149 10/6/2023
1.0.146 148 10/6/2023
1.0.145 175 10/4/2023
1.0.144 233 9/28/2023
1.0.143 183 9/28/2023
1.0.142 181 9/27/2023
1.0.141 265 9/27/2023
1.0.140 166 9/27/2023
1.0.139 190 9/24/2023
1.0.137 179 9/23/2023
1.0.136 226 9/19/2023
1.0.135 160 9/19/2023
1.0.133 201 9/19/2023
1.0.132 253 9/19/2023
1.0.131 154 9/19/2023
1.0.128 227 9/17/2023
1.0.124 161 9/7/2023
1.0.121 229 9/6/2023
1.0.117 193 8/27/2023
1.0.115 616 8/11/2023
1.0.114 564 8/2/2023
1.0.112 424 7/29/2023
1.0.109 454 7/26/2023
1.0.107 404 7/26/2023
1.0.106 419 7/24/2023
1.0.72 744 2/17/2023
1.0.70 579 2/17/2023
1.0.69 723 2/17/2023
1.0.68 661 2/17/2023
1.0.66 671 2/17/2023
1.0.64 627 2/10/2023
1.0.63 721 1/23/2023
1.0.62 821 1/23/2023
1.0.61 805 1/23/2023
1.0.60 830 1/23/2023
1.0.59 678 1/23/2023
1.0.58 686 1/21/2023
1.0.57 719 1/21/2023
1.0.56 779 1/21/2023
1.0.55 635 1/21/2023
1.0.54 723 1/21/2023
1.0.53 622 1/21/2023
1.0.52 693 1/21/2023
1.0.51 779 1/6/2023
1.0.50 667 1/6/2023
1.0.49 812 1/5/2023
1.0.48 759 1/5/2023
1.0.47 800 1/5/2023
1.0.46 849 1/5/2023
1.0.45 809 1/5/2023
1.0.44 879 1/5/2023
1.0.43 890 1/4/2023
1.0.42 785 1/4/2023
1.0.41 876 1/4/2023
1.0.40 809 1/4/2023
1.0.39 830 1/4/2023
1.0.38 858 1/4/2023
1.0.37 791 1/4/2023
1.0.36 780 1/4/2023
1.0.35 773 1/3/2023
1.0.34 843 1/3/2023
1.0.33 876 1/3/2023
1.0.32 846 1/3/2023
1.0.31 745 1/2/2023
1.0.30 742 1/2/2023
1.0.29 740 1/2/2023
1.0.28 801 1/2/2023
1.0.27 850 1/1/2023
1.0.26 811 1/1/2023
1.0.25 764 1/1/2023
1.0.24 767 1/1/2023
1.0.23 702 1/1/2023
1.0.22 757 1/1/2023
1.0.21 703 1/1/2023
1.0.20 720 1/1/2023
1.0.19 320 12/31/2022
1.0.18 303 12/31/2022
1.0.17 322 12/31/2022
1.0.16 319 12/31/2022
1.0.15 295 12/29/2022
1.0.14 291 12/28/2022
1.0.13 312 12/28/2022
1.0.12 320 12/20/2022
1.0.11 394 11/4/2022
1.0.10 388 11/1/2022
1.0.9 371 11/1/2022
1.0.8 403 10/31/2022
1.0.6 389 8/21/2022
1.0.4 385 8/18/2022
1.0.3 394 8/17/2022
1.0.2 394 8/17/2022
1.0.0 390 8/17/2022