1.1.2 • Published 3 years ago

gh-status-updater v1.1.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

gh-status-updater

A simple command you can use to update your GitHub profile status.

Minzipped size

Installation

Use the package manager npm to install gh-status-updater.

npm install -g gh-status-updater

Usage

CLI

update-gh-status
  # GitHub user-level access token (Only necessary on first run)
  --token=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

  # The message of the status
  --message="Working from home"

  # The emoji of the status
  --emoji=🏡

JavaScript module

import updateGhStatus from "gh-status-updater";

await updateGhStatus("Working from home", "🏡", "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX")

Demo

https://user-images.githubusercontent.com/19674362/119400065-f0def200-bcd9-11eb-8486-d41c008a9165.mp4

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

1.1.2

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.7

3 years ago

1.0.6

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago