Crates.io | staple |
lib.rs | staple |
version | 0.3.2 |
source | src |
created_at | 2018-06-04 19:28:40.713191 |
updated_at | 2020-11-18 06:16:13.499785 |
description | powerful static site generator |
homepage | |
repository | https://github.com/Kilerd/staple |
max_upload_size | |
id | 68527 |
size | 224,908 |
powerful static site generator.
currently, staple provide two ways to download its stable binary version. for those who is using rust can download it via Cargo:
cargo install staple
or, you can download the latest version in Github Release.
if you really need a developer version to taste some new feature which are not stable yet at the first time, you can download the latest staple code and compile it via Cargo:
cargo install --git https://github.com/Kilerd/staple.git
staple
has full cli help text, run staple --help
to get help text if you don't know how to use it.
for now, there are two ways to create a staple project for a folder.
staple init
to initialize current working folder as a new staple project.staple new TARGET_FOLDER
to create a new folder for staple