syucream / harmonium

An executor shell script inlined in markdown

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

harmonium

An executor shell script inlined in markdown

quickstart

  1. write markdown text with inlined shell script (refer to sample.md)
  2. run harmonium with run <file> subcommand
  3. then you can get execution result:
$ go run harmonium.go run sample.md
execution successed!

About

An executor shell script inlined in markdown

License:MIT License


Languages

Language:Go 100.0%