The Auto-Save feature in Runme doesn’t just safeguard your work, providing a seamless and hassle-free way to ensure that your work is continuously saved to the Runme Cloud; it’s also super handy for getting a teammate involved in troubleshooting.
November 14, 2023
Escape Confluence: Better Tooling for Internal Operator DocsLearn what's new in Runme v2.0 and how it's an excellent solution for internal documentation to capture and spread what's otherwise tribal knowledge around your team.
November 1, 2023
Runbook: What is it?At its core, a runbook is a documented set of procedures, instructions, and guidelines designed to help IT professionals and operations teams carry out routine tasks, troubleshoot issues, and handle emergency situations effectively.
September 6, 2023
Shebang Your RunbooksThe shebang is a simple and convenient way to ensure that the correct interpreter or program is used to execute a script or program file.
September 3, 2023
What is a Runbook: A Quick IntroA runbook is a go-to reference for step-by-step instructions on what to do in a variety of situations. In this article, we'll dive deep into what runbooks are, why they matter, and provide you with real-world examples to illustrate their significance.
July 6, 2023
Elevating Tasks Over Files in the Runme CLIIn today's Runme CLI release, we're shipping Project Mode. Project Mode elevates tasks simplifying the CLI user experience without requiring authors to sacrifice the structure and organization of their markdown files describing runbooks and common workflows.
June 14, 2023
Embed GitHub Actions in your DocsUnbreak your docs and runbooks. RUNME combined with GitHub Actions for VS Code lets you understand when to trigger what workflow, monitor results, and stay in control without having to bend over backward.
May 16, 2023
10 Things You Didn't Know Markdown Could DoRead this blog post and find 10 incredible tips that you probably didn’t know and can help you with workflows and local development.
May 10, 2023
BranchGPT: The AI-Powered Solution to Branch NamesGenerate a branch name that follows your personal convention with BranchGPT. Blurt out what you're working on, and let AI do the rest. It's perhaps more fun than practical, but isn't that true for many things "AI" these days?
May 3, 2023
The Hitchhiking Contributor’s Guide to Onboarding Docs in CI/CDAll kidding aside, why don’t we continuously integrate our repo's onboarding workflows? It's obvious and easy. Here's a GitHub Action to do the heavy-lifting.
April 25, 2023
Comparing the Best Node.js Version Managers: nvm, Volta, and asdfIn this blog post, we'll compare and contrast three popular Node.js version managers: nvm, volta, and asdf, to help you choose the right one for your development environment.
April 18, 2023
Visually explore OpenAI's Image APIs without coding custom UIWe know chatGPT is cool, but have you heard about DALL-E yet? Learn about AI image editing in this flexible Runme notebook that's easy to share.
March 28, 2023
ReadmeOps: Integration Testing Markdown Docs in CI/CDLearn how to leverage Runme v1 to test your docs in CI/CD and all the cool new features you can utilize to deliver seamless developer experience.
March 2, 2023
How Runme Makes Project Documentation Interactive and AccessibleThe Stateful team has collaborated with the WebdriverIO project to help improve their documentation by making the examples more interactive and accessible using Runme.
February 15, 2023
Runnable Tutorial Straight From Your Blog PostAs a developer, you may often find yourself writing and reading technical blog posts, GitHub project READMEs, Stack Overflow answers and Developer documentation. Have you ever wished you could click a link on any of them to launch and run the commands in VS Code? Check this out!
December 19, 2022
Runme - Road to Testable DocumentationTreat docs like code! Runme’s grand vision is to provide a flexible toolkit to deliver testable docs. Learn about the v1.0 roadmap and how Runme is planning to achieve documentation testability.
October 19, 2022
Run your README.md in VS CodeRun your README.md as an interactive notebook. Zero changes required to the underlying markdown.
August 3, 2022
Run README.md in your terminalEasily run your README commands from the CLI using the rdme tool. Check it out.
August 1, 2022
Credential Management: What It Is, Best Practices, and ToolsI'll walk you through the subject of credential management, what it is, and why it's essential to guarantee a robust level of security.
March 29, 2022
The GitHub Action You Need to Publish VS Code ExtensionsIn this blog post we’d like to share how Stateful releases its Marquee extension to the VS Code Marketplace and OpenVSX Registry through GitHub Actions.
March 11, 2022
Five Things Not to Do When Building Your SaaS CLIIf you decide to make a command line tool for your SaaS, great! Here’s a list of things not to do!