BLOG
The best source for news, thoughts, and announcements about readme-ops.
Read this blog post and find 10 incredible tips that you probably didn’t know and can help you with workflows and local development.
 
May 16, 2023
10 Things You Didn't Know Markdown Could Do
BranchGPT: The AI-Powered Solution to Branch Names
May 10, 2023
BranchGPT: The AI-Powered Solution to Branch Names
Generate 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?
The Hitchhiking Contributor’s Guide to Onboarding Docs in CI/CD
May 3, 2023
The Hitchhiking Contributor’s Guide to Onboarding Docs in CI/CD
All 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.
Comparing the Best Node.js Version Managers: nvm, Volta, and asdf
April 25, 2023
Comparing the Best Node.js Version Managers: nvm, Volta, and asdf
In 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.
Visually explore OpenAI's Image APIs without coding custom UI
April 18, 2023
Visually explore OpenAI's Image APIs without coding custom UI
We 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.
ReadmeOps: Integration Testing Markdown Docs in CI/CD
March 28, 2023
ReadmeOps: Integration Testing Markdown Docs in CI/CD
Learn 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.
How Runme Makes Project Documentation Interactive and Accessible
March 2, 2023
How Runme Makes Project Documentation Interactive and Accessible
The Stateful team has collaborated with the WebdriverIO project to help improve their documentation by making the examples more interactive and accessible using Runme.
Runnable Tutorial Straight From Your Blog Post
February 15, 2023
Runnable Tutorial Straight From Your Blog Post
As 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!
Runme - Road to Testable Documentation
December 19, 2022
Runme - Road to Testable Documentation
Treat 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.
Run your README.md in VS Code
October 19, 2022
Run your README.md in VS Code
Run your README.md as an interactive notebook. Zero changes required to the underlying markdown.
Run README.md in your terminal
August 3, 2022
Run README.md in your terminal
Easily run your README commands from the CLI using the rdme tool. Check it out.
Credential Management: What It Is, Best Practices, and Tools
August 1, 2022
Credential Management: What It Is, Best Practices, and Tools
I'll walk you through the subject of credential management, what it is, and why it's essential to guarantee a robust level of security.
The GitHub Action You Need to Publish VS Code Extensions
March 29, 2022
The GitHub Action You Need to Publish VS Code Extensions
In 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.
Five Things Not to Do When Building Your SaaS CLI
March 11, 2022
Five Things Not to Do When Building Your SaaS CLI
If you decide to make a command line tool for your SaaS, great! Here’s a list of things not to do!