An open API service indexing awesome lists of open source software.

https://github.com/yamadapc/steemcli

A command-line client for posting content to Steem
https://github.com/yamadapc/steemcli

Last synced: 2 months ago
JSON representation

A command-line client for posting content to Steem

Awesome Lists containing this project

README

        

# steemcli
A command-line client for posting content to Steem

![](http://i.imgur.com/g8tt2cN.gif)

## Install
```
npm install -g steemcli
```

## Usage
```

Usage: steemcli [options]

Options:

-h, --help output usage information
-V, --version output the version number
-t,--title The title for your post
-d,--description A short description for your post
-p,--parent The parent post for this post, defaults to steembin
-w,--watch Start a live-reloading preview for this post
-n,--noopen When used with watch, prevent opening the preview
-l,--link The post's permalink
-r,--raw If not specified, steembin will try to generate a markdown wrapper for your content
-v,--verbose Be verbose
--parent-author The author of parent post for this post
--username Your Steem username
--password Your Steem password
--wif A Steem 'posting' WIF token
--theme Which theme to use for your post
--tags Comma separated list of tags

```

## Editor Integration
- Basic Emacs integration is available through the `steemcli.el` Emacs Lisp file

## License
Published under the GPLv3 license by Pedro Tacla Yamada (@yamadapc)