Write code your way while ensuring remote consistency.
Flint empowers developers to use their personal style and formatting preferences locally, while maintaining a consistent remote codebase. By integrating with Git, Flint automatically formats code during pull and push operations. This approach prevents commits from being cluttered with formatting changes, making code reviews cleaner and collaboration smoother.
Note Flint is currently in alpha. Contributions are warmly welcomed.
Table of Contents
Installation
1. Install Flint using your package manager
# npm npm install --save-dev @capsulescodes/flint
2. Initialize Flint
# npm node_modules/.bin/flint init
The command creates a .flint directory in your project's root [ unless already present ].
... continue reading