Giter Site home page Giter Site logo

homebrew-writer-saas-admin's Introduction

homebrew-writer-saas-admin

This is the home of the "Writer saas admin Homebrew tap"

How to install

To enable tab-completion you need to install one of the following:

For bash:

brew install bash-completion

And to enable bash completion you will need to add this to your .bash_profile:

if [ -f $(brew --prefix)/etc/bash_completion ]; then
    . $(brew --prefix)/etc/bash_completion
fi

And to install the Writer-saas-admin tool run:

brew tap infomaker/writer-saas-admin
brew install writer-saas-admin

To update an already installed CLI run:

brew update
brew upgrade writer-saas-admin

Publishing a new release

When a new version has been published on Writer saas source code this repo needs to be updated to enable Brew installations or brew updates to latest version.

Prerequisites

Make sure that the release has been tagged in repo

Edit the file

Start by calculating the SHA-256 sum of the new release by running the command below. Replace X.X.X with the new version (i.e. to the latest tag in git):

curl -sL https://writer-saas-admin.s3-eu-west-1.amazonaws.com/1.2.1.tar.gz | shasum -a 256
c03b8083dd2bd2548c40223dc222690016ba5a0800180f5e5446c1a6e29d403d  -

Copy the out put (without the trailing ( -) and then proceed to editing the writer-saas-admin.rb file.

  • In version replace the version info.
  • In url, replace the version info.
  • In sha256, enter the new shasum above.

Make a new release

Save and commit the writer-saas-admin.rb file.

After that follow principle of gitflow when creating a new release.

homebrew-writer-saas-admin's People

Contributors

im-peter avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.