Layzie / buccalcone

Post markdown file to esa.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

buccalcone

Description

buccalcone is the command for post markdown file to esa.io.

Usage

First, you need to login esa.io using Personal access token.

$ buccalcone login ESA_TOKEN

Then you'll post local markdown file to your esa team. For example,

$ buccalcone -T "YOUR_TEAM" -c "CATEGORY/TO/POST" -t "TITLE" -w README.md

Help is below.

NAME:
   buccalcone - Post markdown file to esa.io

USAGE:
   buccalcone [global options] command [command options] [arguments...]

VERSION:
   0.1.0

AUTHOR(S):
   Layzie <HIRAKI Satoru> <saruko313@gmail.com>

COMMANDS:
   login        Login to esa.io using API Token.
   help, h      Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --team, -T           Set team to post. [$ENV_T]
   --category, -c       Set category to post.
   --wip, -w            Set WIP setting.
   --title, -t          Set title to post.
   --help, -h           show help
   --version, -v        print the version

Install

To install, use go install:

$ go install github.com/Layzie/buccalcone

or

Download the binary file from this link. Copy to the binary file in your $PATH.

Contribution

  1. Fork (https://github.com/Layzie/buccalcone/fork)
  2. Create a feature branch
  3. Commit your changes
  4. Rebase your local changes against the master branch
  5. Run test suite with the go test ./... command and confirm that it passes
  6. Run gofmt -s
  7. Create a new Pull Request

Author

Layzie

About

Post markdown file to esa.io

License:MIT License


Languages

Language:Go 100.0%