forked from midnightntwrk/create-mn-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
48 lines (28 loc) · 945 Bytes
/
CODEOWNERS
File metadata and controls
48 lines (28 loc) · 945 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
# Code Owners
#
# This file defines the individuals or teams responsible for code in this repository.
# Code owners are automatically requested for review when someone opens a pull request
# that modifies code that they own.
#
# Learn more: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Default owner for everything in the repo
- @Olanetsoft
# Core CLI and scaffolding logic
/src/cli.ts @Olanetsoft
/src/create-app.ts @Olanetsoft
/bin/ @Olanetsoft
# Template system
/src/templates/ @Olanetsoft
/src/utils/template-manager.ts @Olanetsoft
/templates/ @Olanetsoft
# Installer components
/src/installers/ @Olanetsoft
# Documentation
/README.md @Olanetsoft
/CONTRIBUTING.md @Olanetsoft
/CHANGELOG.md @Olanetsoft
# Configuration files
package.json @Olanetsoft
tsconfig.json @Olanetsoft
# GitHub workflows and templates
/.github/ @Olanetsoft