Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions .changeset/khaki-radios-kick.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@dotgithub/core": patch
"@dotgithub/cli": patch
---

Add package-level README files and npm metadata links (homepage/repository/bugs) so published packages point back to project documentation.
16 changes: 16 additions & 0 deletions packages/cli/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# @dotgithub/cli

CLI for DotGitHub workflow scaffolding and synthesis.

## Install

```bash
npm install -g @dotgithub/cli
# or
npx @dotgithub/cli --help
```

## Docs

- <https://github.com/azwebmaster/dotgithub#readme>
- <https://github.com/azwebmaster/dotgithub/tree/main/docs>
9 changes: 9 additions & 0 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,14 @@
"publishConfig": {
"registry": "https://registry.npmjs.org",
"access": "public"
},
"homepage": "https://github.com/azwebmaster/dotgithub#readme",
"repository": {
"type": "git",
"url": "https://github.com/azwebmaster/dotgithub.git",
"directory": "packages/cli"
},
"bugs": {
"url": "https://github.com/azwebmaster/dotgithub/issues"
}
}
14 changes: 14 additions & 0 deletions packages/core/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# @dotgithub/core

Core library for DotGitHub: type-safe constructs and workflow generation utilities.

## Install

```bash
npm install @dotgithub/core
```

## Docs

- <https://github.com/azwebmaster/dotgithub#readme>
- <https://github.com/azwebmaster/dotgithub/tree/main/docs>
9 changes: 9 additions & 0 deletions packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,14 @@
"prettier"
]
}
},
"homepage": "https://github.com/azwebmaster/dotgithub#readme",
"repository": {
"type": "git",
"url": "https://github.com/azwebmaster/dotgithub.git",
"directory": "packages/core"
},
"bugs": {
"url": "https://github.com/azwebmaster/dotgithub/issues"
}
}