assignment-sets/annotator-cli

Add Angular config template

Open

#2 opened on Feb 19, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (0 forks)auto 404
good first issue

Repository metrics

Stars
 (0 stars)
PR merge metrics
 (PR metrics pending)

Description

Add suitable annotation config template in annotator/templates/angular.json

Empty template json

{
  "name": "",
  "exclude_dirs": [],
  "exclude_files": [],
  "exclude_extensions": []
}
  • refer to existing templates in annotator/templates/ for better idea

Contributor guide