Initial commit

This commit is contained in:
2022-10-10 15:42:39 +00:00
commit 574d9b8668
5 changed files with 202 additions and 0 deletions

10
readme.md Normal file
View File

@@ -0,0 +1,10 @@
# `orgize-cli`
Invoke as `orgize`.
Orgize is a simple command-line filter to render your [org-mode](https://org-mode.org) files to html.
## Invocation
```sh
$ orgize < file.org > file.html
```