0.5.0 • Published 8 years ago

@apsis/cli v0.5.0

Weekly downloads
-
License
MIT
Repository
github
Last release
8 years ago

APSIS CLI

A set of handy tools for everyday development at Apsis.

Installation

npm install -g apsis-cli

Usage

Some tasks expects a configuration file to exist in HOME/.apsis/config.json. The current configuration keys are:

NameDescription
slack.teamThe Slack team to post notifications to.
slack.tokenSlack token for incoming webhook.
slack.channelThe Slack channel to post notifications to.
imgflip.userImgflip user for generating memes.
imgflip.passwordImgflip password for generating memes.

Once that is setup, run the tool with $> apsis. That will show you a menu of all available actions. You can also access actions directly by using their command. Eg. $> apsis tfs.

Available actions:

NameAliasDescription
finish-branchfbFinish a feature or release branch in Git flow style.
tfs-Open the current repo in TFS.
pr-Open the current repo's PR page in TFS.