Gathering detailed insights and metrics for textlint-rule-title-case
Gathering detailed insights and metrics for textlint-rule-title-case
Gathering detailed insights and metrics for textlint-rule-title-case
Gathering detailed insights and metrics for textlint-rule-title-case
Textlint rule to ensure that titles are using AP/APA style
npm install textlint-rule-title-case
Typescript
Module System
Min. Node Version
Node Version
NPM Version
JavaScript (100%)
Total Downloads
14,278
Last Day
2
Last Week
24
Last Month
105
Last Year
3,145
MIT License
5 Stars
24 Commits
2 Forks
2 Watchers
1 Branches
3 Contributors
Updated on Oct 30, 2024
Latest Version
2.0.0
Package Id
textlint-rule-title-case@2.0.0
Unpacked Size
6.71 kB
Size
2.96 kB
File Count
4
NPM Version
6.14.8
Node Version
14.15.1
Cumulative downloads
Total Downloads
Last Day
0%
2
Compared to previous day
Last Week
0%
24
Compared to previous week
Last Month
-23.9%
105
Compared to previous month
Last Year
35.8%
3,145
Compared to previous year
2
4
Textlint rule to ensure that titles are using AP/APA style. Based on ap-style-title-case.
The rules are:
1npm install textlint-rule-title-case
Then enable the rule in your .textlintrc
:
1{ 2 "rules": { 3 "title-case": true 4 } 5}
1textlint --fix --rule title-case Readme.md
You can configure the rule in your .textlintrc
:
1{ 2 "rules": { 3 "title-case": { 4 // Always use this casing for these words 5 "exclusions": [ 6 "npm", 7 "webpack" 8 ], 9 } 10 } 11}
Read more about configuring textlint.
The change log can be found on the Releases page.
Everyone is welcome to contribute. Please take a moment to review the contributing guidelines.
Artem Sapegin and contributors.
MIT License, see the included License.md file.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
no dangerous workflow patterns detected
Reason
license file detected
Details
Reason
Found 6/12 approved changesets -- score normalized to 5
Reason
dependency not pinned by hash detected -- score normalized to 3
Details
Reason
detected GitHub workflow tokens with excessive permissions
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
12 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More