We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dfcded commit 4e23f38Copy full SHA for 4e23f38
README.md
@@ -91,8 +91,11 @@ A number of shared configurations are available to install and use with `commitl
91
## API
92
93
* Alternative, programatic way to interact with `commitlint`
94
-* `npm install --save-dev @commitlint/core`
95
-* Packages: [core](./@commitlint/core)
+* Packages:
+ * [format](./@commitlint/format) - Format commitlint reports
96
+ * [lint](./@commitlint/lint) - Lint a string against commitlint rules
97
+ * [load](./@commitlint/load) - Load shared commitlint configuration
98
+ * [read](./@commitlint/read) - Read commit messages from a specified range or last edit
99
* See [API](./docs/reference-api.md) for a complete list of methods and examples
100
101
## Tools
0 commit comments