emd

command module
v1.0.2 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 27, 2021 License: MIT Imports: 17 Imported by: 0

README ΒΆ

emd

All Contributors

MIT License GoDoc Go Report Card Build Status PoweredBy WireFrame

Enhanced Markdown template processor.

TOC

emd - Enhanced Markdown template processor

Usage

$ emd
emd - 1.0.2

Usage
  -h	Show help
  -help
    	Show help
  -v	Show version
  -version
    	Show version

Commands
	gen	Process an emd file.
	init	Init a basic emd file.
Examples

For examples and further details, check out the original README.

Download/install binaries

  • The latest binary executables are available as the result of the Continuous-Integration (CI) process.
  • I.e., they are built automatically right from the source code at every git release by GitHub Actions.
  • There are two ways to get/install such binary executables
    • Using the binary executables directly, or
    • Using packages for your distro
The binary executables
  • The latest binary executables are directly available under
    https://github.com/go-easygen/emd/releases/latest
  • Pick & choose the one that suits your OS and its architecture. E.g., for Linux, it would be the emd_verxx_linux_amd64.tar.gz file.
  • Available OS for binary executables are
    • Linux
    • Mac OS (darwin)
    • Windows
  • If your OS and its architecture is not available in the download list, please let me know and I'll add it.
  • The manual installation is just to unpack it and move/copy the binary executable to somewhere in PATH. For example,
tar -xvf emd_*_linux_amd64.tar.gz
sudo mv -v emd_*_linux_amd64/emd /usr/local/bin/
rmdir -v emd_*_linux_amd64
Distro package

The repo setup instruction url has been given above. For example, for Debian --

Debian package
curl -1sLf \
  'https://dl.cloudsmith.io/public/suntong/repo/setup.deb.sh' \
  | sudo -E bash

# That's it. You then can do your normal operations, like

sudo apt-get update
apt-cache policy emd

sudo apt-get install -y emd

Install Source

To install the source code instead:

go get -v -u github.com/go-easygen/emd

Author

Tong SUN
suntong from cpan.org

Powered by WireFrame
PoweredBy WireFrame
the one-stop wire-framing solution for Go cli based projects, from init to deploy.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


suntong

πŸ’» πŸ€” 🎨 πŸ”£ ⚠️ πŸ› πŸ“– πŸ“ πŸ’‘ βœ… πŸ”§ πŸ“¦ πŸ‘€ πŸ’¬ 🚧 πŸš‡

mh-cbon

πŸ’» πŸ€” 🎨 πŸ”£ ⚠️ πŸ› πŸ“– πŸ“ πŸ’‘ βœ… πŸ”§ πŸ“¦ πŸ‘€ πŸ’¬ 🚧 πŸš‡

This project follows the all-contributors specification. Contributions of any kind welcome!

Documentation ΒΆ

Overview ΒΆ

Enhanced Markdown template processor.

Directories ΒΆ

Path Synopsis
Package cli handles command line arguments.
Package cli handles command line arguments.
Package deprecated contains deprecated helpers.
Package deprecated contains deprecated helpers.
Package emd provides support to process .md files.
Package emd provides support to process .md files.
Package gostd contains go standard helpers.
Package gostd contains go standard helpers.
Package gononstd contains go non-standard helpers.
Package gononstd contains go non-standard helpers.
std
Package std contains standard helpers.
Package std contains standard helpers.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL