cdelorme 19408daa43 fix main smd command implementation | 7 jaren geleden | |
---|---|---|
.. | ||
main.go | 7 jaren geleden | |
main_test.go | 7 jaren geleden | |
readme.md | 7 jaren geleden |
This is the cli implementation and interface to the static library for generating html from markdown.
There are far better tools written in a variety of languages which offer more features and better support. If you are working on anything remotely complicated, or that you intend to run in a production environment, it is recommended that you use one of these:
To install the smd
cli utility:
go get -u github.com/cdelorme/static/...
By default the system produces a single page output.
For more details on using the utility, run smd help
for details.