Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/xadillax/cpplint.js
Node.js wrapper for CPPLINT.
https://github.com/xadillax/cpplint.js
Last synced: 28 days ago
JSON representation
Node.js wrapper for CPPLINT.
- Host: GitHub
- URL: https://github.com/xadillax/cpplint.js
- Owner: XadillaX
- License: mit
- Created: 2022-04-11T02:50:44.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2024-06-11T03:50:07.000Z (5 months ago)
- Last Synced: 2024-10-05T01:53:04.330Z (about 1 month ago)
- Language: C++
- Size: 385 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
## From the command-line
```shell
$ npm install -g cpplint.js
$ cpplint --help
```You can go https://github.com/cpplint/cpplint to get more information.
## TODO
- [ ] CPPLINT updating script.
## Contribution
PRs and issues are welcomed!