Smilefounder / Module

Modularize the development of Kooboo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Kooboo Module

Environmental requirement

  1. dotnet core 3.1+
  2. dotnet script

Install dotnet script

dotnet tool install -g dotnet-script

Install template

dotnet script https://raw.githubusercontent.com/Kooboo/Module/master/scripts/install.csx

Create Template

dotnet new kooboomodule -n [you custom project name]


Remove

dotnet script https://raw.githubusercontent.com/Kooboo/Module/master/scripts/uninstall.csx

Release

  1. Publish PreviewServer
  2. Into PreviewServer\bin\Release\netcoreapp[version]\publish you can find module zip file

Integration with Kooboo

Put you release zip file to Kooboo root \modules folder

Update Kooboo lib

  1. Change tools\branch.txtcontent to you want update branch name
  2. Excute tools\update-kooboo.bat

About

Modularize the development of Kooboo


Languages

Language:JavaScript 46.6%Language:HTML 33.6%Language:CSS 19.3%Language:C# 0.5%Language:Batchfile 0.0%