Skip to content

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. [DEPRECATED]

ihsanbal/Knife

Repository files navigation

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

About

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. [DEPRECATED]

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages