https://github.com/fvictorio/github-repo-age
Command line tool to get the age of a GitHub repository
https://github.com/fvictorio/github-repo-age
cli github
Last synced: about 2 months ago
JSON representation
Command line tool to get the age of a GitHub repository
- Host: GitHub
- URL: https://github.com/fvictorio/github-repo-age
- Owner: fvictorio
- Created: 2017-05-05T02:14:25.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-05T02:15:01.000Z (about 8 years ago)
- Last Synced: 2025-04-01T12:23:29.313Z (2 months ago)
- Topics: cli, github
- Language: JavaScript
- Size: 1.95 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# github-repo-age
A simple command line tool to fetch the age of a GitHub repository.
## Installation
```bash
# NPM
npm install -g github-repo-age# Yarn
yarn global add github-repo-age
```## Usage
```bash
github-repo-age fvictorio/github-repo-age
```