nima:Nim中的静态网站生成器

时间:2021-05-14 22:25:23
【文件属性】:
文件名称:nima:Nim中的静态网站生成器
文件大小:9KB
文件格式:ZIP
更新时间:2021-05-14 22:25:23
Nim 尼玛 简单静态网站生成器 安装 该项目目前正在进行中。 git clone https://github.com/andrewvy/nima cd nima # If you want to use Nimble nimble install # Else, you can manually compile the binary nim c nima.nim 开始使用 初始化一个新的Nima项目! nima init -vs new_project_folder 编译并建立种子数据! cd new_project_folder nima build 用法 nima - static website generator in Nim Usage: nima init [-vs] [] nima serve
【文件预览】:
nima-master
----.gitignore(51B)
----README.md(910B)
----nima.nim(16B)
----LICENSE(1KB)
----nima.nimble(317B)
----src()
--------build.nim(4KB)
--------render.nim(197B)
--------types.nim(773B)
--------serve.nim(61B)
--------seed_includes.nim(1KB)
--------parser.nim(4KB)
--------consts.nim(35B)
--------init.nim(3KB)
--------seed.nim(2KB)
--------main.nim(1004B)

网友评论