Skip to content
This repository has been archived by the owner on May 23, 2022. It is now read-only.

Latest commit

 

History

History
35 lines (26 loc) · 981 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 981 Bytes

HACS Development

This repository contains all you need to contribute to the HACS project.

Usage

  1. Install and configure gh CLI on the host.
  2. Fork this repository.
  3. Clone the repository locally.
  4. Start the devcontainer.
  5. Run make help to list all available commands.
container# make help
Development environment for HACS 

Integration
  make integration-init       Initialize the integration repository

Frontend
  make frontend-init          Initialize the frontend repository

Documentation
  make documentation-init     Initialize the documentation repository

Default
  make default-init           Initialize the default repository

Misc:
  make homeassistant-install  Install the latest dev version of Home Assistant
  make homeassistant-update  Alias for 'homeassistant-install'
  make pull        Pull master from hacs/development
  make clean       Delete all repositories
  make help        Shows help message.