JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3541
  • Score
    100M100P100Q127638F
  • License MIT

Node wrapper for clang-format native binary inspired by angular/clang-format.🐉

Package Exports

  • clang-format-node
  • clang-format-node/build/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (clang-format-node) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

clang-format-node

GitHub Release NPM Version NPM Downloads Node Current

lint test test-cross-platform codecov

[!IMPORTANT]

If you like this package, please give it a star on GitHub!⭐
Your support helps us improve and maintain the project.

Node wrapper for LLVM Clang's clang-format and git-clang-format native binaries inspired by angular/clang-format.🐉

Documentation

For full documentation, see the official documentation of the clang-format-node.

Included Packages

This repository is maintained as a monorepo and includes the following three packages.

clang-format-node - Repository | npm

NPM Version Node Current

Node wrapper for clang-format native binary inspired by angular/clang-format. (The CORE package.)

clang-format-git - Repository | npm

NPM Version Node Current

Node wrapper for git-clang-format Python script as a standalone native binary to allow execution without a Python dependency.

clang-format-git-python - Repository | npm

NPM Version Node Current

Node wrapper for git-clang-format Python script. This package requires Python3 as a dependency.

Supported

See the supported section of the documentation, which lists the following:

  • OS Platforms and Architectures
  • Node.js Version
  • GitHub Actions Runner Images
  • Docker Build Images

Releases

Each package intends to release a new npm package for every latest release of clang-format and git-clang-format. Automated GitHub Actions check for the latest LLVM release every week, builds all packages using their own pipeline, and makes a pull request. All processes are automated. If you are interested in the build process, take a look at .github/workflows/llvm-build-bump-pr.yml.

Contributing (Issues & Pull Requests)

Thanks for having attention to this package🙇‍♂️. We appreciate you spending the time to work on these things. Every issue and pull request about bugs, suggestions and the other topics is always welcome!

Please read our Code of Conduct and Contributing Guides before you work on these things. We also recommend you to read the Guides on LLVM clang-format mentioned in the documentation before contributing.

Code of Conduct

See Code of Conduct.

Change Log

See Change Log.

Versioning

See Versioning.

Security

See Security.

License

MIT under LLVM Apache License 2.0.