https://github.com/danishi/textlint-rule-gc-product-name
This rule checks Google Cloud product names.
https://github.com/danishi/textlint-rule-gc-product-name
google-cloud javascript textlint
Last synced: 7 months ago
JSON representation
This rule checks Google Cloud product names.
- Host: GitHub
- URL: https://github.com/danishi/textlint-rule-gc-product-name
- Owner: danishi
- License: mit
- Created: 2024-05-01T07:26:39.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T13:54:04.000Z (9 months ago)
- Last Synced: 2025-03-29T20:51:09.513Z (7 months ago)
- Topics: google-cloud, javascript, textlint
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/textlint-rule-gc-product-name
- Size: 225 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# textlint-rule-gc-product-name
[](https://github.com/danishi/textlint-rule-gc-product-name/actions/workflows/ci.yml)
[](https://github.com/danishi/textlint-rule-gc-product-name/contributors)
[](https://github.com/danishi/textlint-rule-gc-product-name/last-commit)
[](https://github.com/danishi/textlint-rule-gc-product-name/issues)
[](https://github.com/danishi/textlint-rule-gc-product-name/repo-size)
[](https://github.com/danishi/textlint-rule-gc-product-name/blob/master/LICENSE)



[](https://makeapullrequest.com)
[](https://www.buymeacoffee.com/danishi)
This rule checks Google Cloud product names.
The names of products are obtained from [this API](https://github.com/danishi/gc-service-list-api).
## Install
Install with [npm](https://www.npmjs.com/package/textlint-rule-gc-product-name):
npm install textlint-rule-gc-product-name
## Usage
Via `.textlintrc.json`(Recommended)
```json
{
"rules": {
"gc-product-name": true
}
}
```
Via CLI
```
textlint --rule gc-product-name README.md
```
### Build
Builds source codes for publish to the `lib` folder.
You can write ES2015+ source codes in `src/` folder.
npm run build
### Tests
Run test code in `test` folder.
Test textlint rule by [textlint-tester](https://github.com/textlint/textlint-tester).
npm test
## License
MIT © danishi