fritogotlayed / faasStateMachineVisualizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

faasStateMachineVisualizer

Command line tool for interfacing with various mds services and utilities

Getting Started

Development

  • npm link -- sets up your terminal environment to be able to run mds
  • npm unlink -- removes the link from your system

Usage

Manual Installation

(You should add these instructions to your project's README)

In zsh, you can write these:

echo '. <(./githubber --completion)' >> .zshrc

In bash, you should write:

./githubber --completion >> ~/githubber.completion.sh
echo 'source ~/githubber.completion.sh' >> .bash_profile

In fish, you can write:

echo 'githubber --completion-fish | source' >> ~/.config/fish/config.fish

That's all!

Now you have an autocompletion system for your CLI tool.

About

License:MIT License


Languages

Language:JavaScript 97.8%Language:Shell 2.2%