Skip to content

Files

Latest commit

 

History

History
49 lines (39 loc) · 2.43 KB

README.md

File metadata and controls

49 lines (39 loc) · 2.43 KB

Knife for Twitter - CircleCI API

You can now share without considering the 140 character limit. Knife application allows you to split the text into meaningful 140-character tweets and share it with one button with different options.

contributor are welcome

Knife application building on circleci with three different script. Writing Environment variables to files. Help me to build new features and translate.

Sample script for playServiceSetups.sh

#!/usr/bin/env bash

function copyFirebaseVarsToPlayFolder {
    KNIFE_PATH=$HOME"/Knife/.play/knife.json"
    echo "$KNIFE_PATH"

    if [ ! -f "$KNIFE_PATH" ]; then
        echo "Knife Json file does not exist"
    fi
        echo "Creating Knife Json file..."
        touch ${KNIFE_PATH}

        echo "Writing json to knife.json"
                echo "$KNIFE_JSON" >> ${KNIFE_PATH}
}

Screenshots