9 个版本
0.3.2 | 2020年11月18日 |
---|---|
0.3.1 | 2020年11月18日 |
0.3.0 | 2020年9月27日 |
0.2.3 | 2020年9月17日 |
0.1.0 | 2018年6月4日 |
在 模板引擎 中排名 292
115KB
2K SLoC
Staple
强大的静态站点生成器。
安装
目前,staple 提供两种下载其稳定二进制版本的方式。对于使用 Rust 的用户,可以通过 Cargo 下载它。
cargo install staple
或者,您可以在 Github 发布 中下载最新版本。
开发者版本
如果您真的需要开发者版本来尝鲜一些尚未稳定的新特性,您可以下载最新的 staple 代码,并通过 Cargo 编译它。
cargo install --git https://github.com/Kilerd/staple.git
用法
staple
有完整的 CLI 帮助文本,如果您不知道如何使用它,请运行 staple --help
以获取帮助文本。
初始化 staple 项目
目前,有两种方式为文件夹创建 staple 项目。
- 对于已存在的文件夹,您可以使用命令
staple init
将当前工作文件夹初始化为新的 staple 项目。 - 对于不存在的文件夹,使用命令
staple new TARGET_FOLDER
创建一个新的 staple 文件夹。
依赖项
~30–41MB
~739K SLoC