Skip to content
This repository was archived by the owner on Dec 19, 2025. It is now read-only.

Commit c7a8a74

Browse files
committed
Add README files to be displayed on npm
1 parent f23c530 commit c7a8a74

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

packages/api/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @version-checker/api
2+
3+
> The common API used by all version-checker modules.
4+
5+
This is an utility package used by all `@version-checker`. It provides the general API specification.

packages/cli/README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# @version-checker/cli
2+
3+
> CLI version of version-checker
4+
5+
The CLI may come in handy in places where `@version-checker` can't be installed as a npm module.
6+
7+
Read more [in the documentation](https://axelrindle.github.io/github-version-checker/docs/next/cli/).

packages/core/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# @version-checker/core
2+
3+
> The heart of the `@version-checker` project.
4+
5+
All you need to know regarding usage can be found [in the documentation](https://axelrindle.github.io/github-version-checker/docs/next/usage/).

0 commit comments

Comments
 (0)