JSPM

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

A CLI tool for interactive, Conventional Commits compliant Git commits

Package Exports

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

    Readme

    Commit-X

    NPM version License

    English | 简体中文

    a command-line tool that allows you to interactively generate Git commit messages that comply with the Conventional Commits specification and automatically commit them

    commit-x

    Features

    • User-friendly interactive interface
    • No upfront configuration, no adapters required, no extra steps
    • Automatic validation of commit messages to ensure compliance with the specification, with error messages and suggestions

    Install

    Global

    For global access and ease of use, it's recommended to install commit-x globally on your system:

    npm install commit-x -g

    Project-Specific

    If you prefer project-specific installations:

    npm install commit-x --save-dev

    Usage

    Run the following command in your terminal:

    commit-x

    Follow the prompts to fill in the commit message details, and it will be automatically committed to your Git repository

    License

    MIT License © 2023-PRESENT 13OnTheCode