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
- Host: GitHub
- URL: https://github.com/yamadapc/steemcli
- Owner: yamadapc
- License: gpl-3.0
- Created: 2016-09-13T21:29:22.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-30T14:33:47.000Z (over 7 years ago)
- Last Synced: 2025-03-18T15:16:02.040Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 53.7 KB
- Stars: 29
- Watchers: 6
- Forks: 11
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# steemcli
A command-line client for posting content to Steem
## 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)