Skip to content

v1.0.0 🌈

Compare
Choose a tag to compare
@github-actions github-actions released this 12 Nov 14:21
Β· 22 commits to refs/heads/main since this release
b683358

πŸ† Highlights

Code-Embedder is now production ready! Keep your code snippets in READMEs up-to-date by using Code-embedder as a pre-commit hook πŸͺ or as a Github Action πŸš€.

✨ Key Features

  • πŸ› οΈ Flexible integration: Available as both a GitHub Action and pre-commit hook - choose what works best for your workflow!
  • πŸ“ Section support: Update only specific sections of scripts in README. This is language agnostic.
  • 🧩 Object support: Update only specific objects (functions, classes) in README. The latest version supports only 🐍 Python objects (other languages to be added with future updates).

🀝 Contributing

We welcome contributions to improve this package!

  • If you have an idea for a new feature ✨, open a new feature request on GitHub.
  • If you spot a bug πŸ›, open a new issue on GitHub.
  • If you want to contribute to the code , please pick an issue that is not assigned to anyone and comment on it, so that we know you are working on it.