Static Site Generator Open Source Development
- C#
- .NET 5.0
- command-line-api
- Html Agility Pack
- Clone the reposistory
- Open the cmd
- Move to
./kimchi-ssg/bin/release
, you can find "kimchi-ssg.1.0.0.nupkg" nuget package file - Type command
dotnet tool install --global --add-source {your project directory including kimchi-ssg.1.0.0.nupkg} kimchi-ssg
- Check installation
dotnet tool list --global
- Clone repository
- Open "kimchi-ssg.csproj" C# project file
- Build the project with ctrl+shift+B (if you Windows user)
- Go to directory "\bin\Release\net5.0", you can find kimchi-ssg.exe
- Run command prompt and change directory where kimchi-ssg.exe locates at
--i --input <arguments>
Input your text file to convert html--version
Show version information-?, -h, --help
Show help and usage information