Contributing
This repository uses npm workspaces
and lerna
to maintain a monorepo. All packages are located in the packages
directory, and the documentation can be found in the docs
directory.
Installation
Fork it.
Clone it to your local directory. (Git is required.)
Move to the
npm-clang-format-node
directory.Install npm packages. (Node.js is required.)
Edit codes.
Create
my-branch
branch.Commit your changes. (
husky
andlint-staged
will lint and test your changed files!)Push them to your remote branch.
Submit a pull request.🙇♂️
Last updated