1.1.2 • Published 1 year ago

gitsight v1.1.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

GitSight

GitSight is a command-line interface (CLI) tool designed to provide insights into GitHub repositories. With GitSight, you can analyze various aspects of a repository, including commits, branches, contributors, and more, all from the comfort of your terminal.

Features

Get commit history for a specified branch or time period. Analyze branch structure and history. View repository contributors and their contributions. Retrieve insights into pull requests and issues. And more!

Installation

To install GitSight, simply use npm:

npm install -g gitsight

Usage

After installation, you can use GitSight from the command line. Here are some example commands:

bash Copy code

Get commit history for a specific branch

in-git -b <branch-name>

Analyze history

in-git -b <branch-name> -t <days>

For more options and detailed usage instructions, you can use the --help flag with any command:

Contributing

Contributions are welcome! If you encounter any bugs, have suggestions for new features, or want to contribute code, please feel free to open an issue or submit a pull request.

License

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

1.1.2

1 year ago

1.1.1

1 year ago

1.0.0

1 year ago