JSPM

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

An intuitive tool for effortlessly managing Git hooks with speed and efficiency

Package Exports

  • byulhook
  • byulhook/dist/bin/byulhook.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 (byulhook) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

byul

byulhook is an intuitive tool for effortlessly managing Git hooks with speed and efficiency.

npm license

Installation

You can install byulhook using your preferred package manager:

npm

npm install byulhook

Yarn

yarn add byulhook

pnpm

pnpm add byulhook

Bun

bun add byulhook

Usage

Define Your Git Hooks

Customize your Git hooks by editing the byulhook.yml file. Here’s an example configuration:

pre-commit:
  commands:
    Lint:
      run: "npm run lint"
    Prettier:
      run: "npm run prettier -- --write '**/*.{js,jsx,ts,tsx,css,md}'"

This setup will automatically run linting and formatting to ensure code consistency across your project.

Install and Apply Hooks

Once your hooks are configured, install and apply them effortlessly with:

npx byulhook install
npx byulhook add

ByulHook automatically finds the right directory for your hooks and applies them with no extra effort.

Why Choose ByulHook?

  • Setup: ByulHook features a straightforward installation process.
  • Speed: ByulHook operates at lightning-fast speeds, keeping your development workflow smooth and allowing you to focus on writing important code.
  • Convenience: ByulHook’s simple design makes managing Git hooks easy, even for beginners.
  • Compatibility: ByulHook works seamlessly across various environments and Git workflows, integrating effortlessly into your existing setup.
  • Logs: ByulHook provides easy-to-read logs, making it simple to understand what’s happening and troubleshoot when needed

Contributing

We welcome contributions to byulhook! Whether it's reporting a bug, suggesting an enhancement, or submitting a pull request, your input is valued.

License

This project is licensed under the MIT License - see the LICENSE file for details.

Contact

For any questions, suggestions, or feedback, please contact love1ace.