All Projects → c4milo → Github Release

c4milo / Github Release

Licence: mpl-2.0
Simple Github release command line tool

Programming Languages

go
31211 projects - #10 most used programming language

Labels

Projects that are alternatives of or similar to Github Release

Cloudexplorer
Cloud Explorer
Stars: ✭ 170 (-2.86%)
Mutual labels:  cli
Acutest
Simple header-only C/C++ unit testing facility.
Stars: ✭ 170 (-2.86%)
Mutual labels:  cli
Nbash
观看NBA比分直播,球员数据的命令行程序。
Stars: ✭ 176 (+0.57%)
Mutual labels:  cli
Devspace
DevSpace - The Fastest Developer Tool for Kubernetes ⚡ Automate your deployment workflow with DevSpace and develop software directly inside Kubernetes.
Stars: ✭ 2,559 (+1362.29%)
Mutual labels:  cli
Mailproxy
mailproxy is a simple SMTP proxy. It receives emails through an unencrypted, unauthenticated SMTP interface and retransmits them through a remote SMTP server that requires modern features such as encryption and/or authentication. mailproxy is primarily useful for enabling email functionality in legacy software that only supports plain SMTP.
Stars: ✭ 170 (-2.86%)
Mutual labels:  cli
Mandown
man-page inspired Markdown viewer
Stars: ✭ 173 (-1.14%)
Mutual labels:  cli
Webfont
Awesome generator of webfont
Stars: ✭ 170 (-2.86%)
Mutual labels:  cli
Live Stream Radio
24/7 live stream video radio station CLI / API 📹 📻
Stars: ✭ 175 (+0%)
Mutual labels:  cli
Htconvert
Convert .htaccess redirects to nginx.conf redirects
Stars: ✭ 171 (-2.29%)
Mutual labels:  cli
Dnote
A simple command line notebook for programmers
Stars: ✭ 2,192 (+1152.57%)
Mutual labels:  cli
Ignite
Infinite Red's cutting edge React Native project boilerplate, along with a CLI, component/model generators, and more!
Stars: ✭ 13,296 (+7497.71%)
Mutual labels:  cli
Nixpkgs Fmt
Nix code formatter for nixpkgs [[email protected]]
Stars: ✭ 171 (-2.29%)
Mutual labels:  cli
Tably
Python command-line script for converting .csv data to LaTeX tables
Stars: ✭ 173 (-1.14%)
Mutual labels:  cli
Qoa
Minimal interactive command-line prompts
Stars: ✭ 2,007 (+1046.86%)
Mutual labels:  cli
Fhirbase
Your persistence layer for FHIR data
Stars: ✭ 175 (+0%)
Mutual labels:  cli
Dokku Cli
Makes your Dokku even more Heroku
Stars: ✭ 170 (-2.86%)
Mutual labels:  cli
Discordrpcmaker
Cross-platform Discord Rich Presence Maker, WITH BUTTONS!
Stars: ✭ 165 (-5.71%)
Mutual labels:  cli
Evans
Evans: more expressive universal gRPC client
Stars: ✭ 2,710 (+1448.57%)
Mutual labels:  cli
Script Progress
Estimate script execution time
Stars: ✭ 175 (+0%)
Mutual labels:  cli
Firessh
free, cross-platform SSH terminal client for Firefox and Chrome
Stars: ✭ 173 (-1.14%)
Mutual labels:  cli

github-release

Build Status

Yet another Github release command line tool. This one, though, is much more minimalistic and simple to use.

Github command line release tool.

Usage:
	github-release <user/repo> <tag> <branch> <description> "<files>"

Parameters:
	<user/repo>: Github user and repository
	<tag>: Used to created the release. It is also used as the release's name
	<branch>: Reference from where to create the provided <tag>, if it does not exist
	<description>: The release description
	<files>: Glob pattern describing the list of files to include in the release
	Make sure you enclose it in quotes to avoid the shell expanding the glob pattern.

Options:
	-version: Displays version
	-prerelease: Identify the release as a prerelease

Environment variables:
  DEBUG: Allows you to run github-release in debugging mode. DO NOT do this if you are attempting to upload big files.
  GITHUB_TOKEN: Must be set in order to interact with Github's API
  GITHUB_USER: Just in case you want an alternative way of providing your github user
  GITHUB_REPO: Just in case you want an alternative way of providing your github repo
  GITHUB_API: Github API endpoint. Set to https://api.github.com/repos/:github-user/:github-repo by default

Before using this tool make sure you set the environment variable GITHUB_TOKEN
with a valid Github token and correct authorization scopes to allow you to create releases
in your project. For more information about creating Github tokens please read the
official Github documentation at https://help.github.com/articles/creating-an-access-token-for-command-line-use/

Author: https://github.com/c4milo
License: http://mozilla.org/MPL/2.0/

Examples

Feel free to inspect this project's Makefile for an example on how this tool can be used to create releases like this:

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].