Boilerplate Card - tips on how to deploy to HACS?

I’ve been playing around with building my own cards using the boilerplate-card repo as the starting point.

It seems like I have this mostly running now but would like to deploy it and have it installed via HACS.

When I add my repo to the list in my local HACS UI, it says Repostitory structure for master is not compliant.
I couldn’t find anything around on how to take boilerplate-card to the next step, so asking here.

I mostly worked this out.

The boiletplate-card repo has a .gitignore file that ignores the dist dir with the final build - but HACS wants the dist directory to be present and populated.

I’d love any tips if there’s a way to better rely on githubs releases instead, but for now, I have it working.

1 Like