Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 530 Bytes

README.md

File metadata and controls

19 lines (16 loc) · 530 Bytes

Template 🍪

Scaffolding an RSSerpent plugin project with cookiecutter in seconds!

First install cookiecutter with:

pip install cookiecutter
# or on macOS
brew install cookiecutter
# or on Debian/Ubuntu
sudo apt install cookiecutter

Then

cookiecutter gh:rsserpent/template

It's all set! Happy hacking with RSSerpent 🎉

Check out the official documentation for detailed plugin developmental guide.