[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ runme Public
forked from stateful/runme

Execute commands directly from a README.

License

Notifications You must be signed in to change notification settings

mxsdev/runme

 
 

Repository files navigation

runme

Discover and run code snippets directly from your README.md or other markdowns (defaults to local README.md).

runme makes a best effort approach to extracts all code snippets defined in code blocks and allowing to explore and execute them. runme is currently in early alpha.

You can execute commands from a different directory using a --chdir flag. To select a different file than README.md, use --filename.

Installation

The easiest way on MacOS is to use Homebrew:

$ brew update

Install runme:

$ brew install stateful/tap/runme

Alternatively, check out runme's releases and select a binary for your operating system.

If you have Go developer tools installed, you can install it with go install:

$ go install github.com/stateful/runme@latest

Commands

Help

$ runme help

List

$ runme list

Print

$ runme print hello-world

Run selected command, Example: Update brew

$ runme run update-brew

Example Command

echo "hello world"

Contributing & Feedback

Let us know what you think via GitHub issues or submit a PR. Join the conversation on Discord. We're looking forward to hear from you.

LICENCE

Apache License, Version 2.0

About

Execute commands directly from a README.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 88.6%
  • TypeScript 10.5%
  • Other 0.9%