| Crates.io | pelp |
| lib.rs | pelp |
| version | 0.1.0 |
| created_at | 2024-04-10 21:39:34.536115+00 |
| updated_at | 2024-04-10 21:39:34.536115+00 |
| description | A (p)resentation h(elp)er. Makes it easy to create a revealjs presentation from a Markdown file. |
| homepage | https://github.com/ejiek/pelp |
| repository | https://github.com/ejiek/pelp |
| max_upload_size | |
| id | 1204099 |
| size | 25,752 |
[!WARNING] Early stages of development. Everything might change. Many things might not work.
pelp - a p*resentation help**er. Makes it easy to create a revealjs presentation from a Markdown file.
Some dependencies might be removed due to functionality being implemented by pelp itselmented by pelp.
new commanddeploy commandAdd pelp to your flake.nix:
{
inputs.pelp.url = "https://flakehub.com/f/ejiek/pelp/*.tar.gz";
outputs = { self, pelp }: {
# Use in your outputs
};
}