Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/trs/shift-code
:video_game: Automatically redeem Gearbox SHiFT codes
https://github.com/trs/shift-code
borderlands gearbox godfall hacktoberfest shift-code wonderlands
Last synced: 10 days ago
JSON representation
:video_game: Automatically redeem Gearbox SHiFT codes
- Host: GitHub
- URL: https://github.com/trs/shift-code
- Owner: trs
- Created: 2019-05-03T00:16:04.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T13:39:33.000Z (almost 2 years ago)
- Last Synced: 2024-10-07T05:46:44.595Z (about 1 month ago)
- Topics: borderlands, gearbox, godfall, hacktoberfest, shift-code, wonderlands
- Language: TypeScript
- Homepage:
- Size: 3.05 MB
- Stars: 31
- Watchers: 4
- Forks: 4
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Gearbox Shift Code Repo
### Monorepo for Gearbox Shift code automatic redemption
## Usage
You're probably looking for the [command line tool](https://github.com/trs/shift-code/tree/master/cli), which will automatically redeem shift codes for you.
If you're a developer, some of the other packages might interest you in creating your own redemption tool.
## Packages
Package
Description
@shift-code/cli
Command-line tool for redeeming codes
@shift-code/api
API for interacting with shift website
@shift-code/get
Library for retrieving shift codes
## Deployment
- Run `yarn run tag `
- eg: `yarn run tag cli`
- Enter new version for package
- Version will be changed and a tag will be created
- Tag and commit are then pushed
- Workflow triggers on tag, publishing to NPM and creating a Github release