Installation
Get it on NuGet!
> Install-Package JinianNet.JNTemplate
or
> dotnet add package JinianNet.JNTemplate
Building the Source
- WINDOWS:
> git clone https://gitee.com/jiniannet/jntemplate.git
> build/build.bat
- LINUX:
> git clone https://gitee.com/jiniannet/jntemplate.git
> cd build
> ./build.sh