4.25.0 • Published 4 years ago

tweeter-client v4.25.0

Weekly downloads
160
License
-
Repository
github
Last release
4 years ago

Tweeter Client



Creates tweets.

Installation

npm install --global tweeter-client@^4.25.0

yarn global add tweeter-client@^4.25.0


(if configured properly)

npm install --global @jaid/tweeter-client@^4.25.0

Example

Tweet every time tweeter-client starts.

tweeters:
- type: test
  handle: jaidlive

CLI Usage

After installing package tweeter-client globally, you can use its command line interface.

tweeter-client

For usage instructions:

tweeter-client --help

Development

Setting up:

git clone git@github.com:jaid/tweeter-client.git
cd tweeter-client
npm install

Testing:

npm run test:dev

Testing in production environment:

npm run test

License

MIT License
Copyright © 2020, Jaid \jaid.jsx@gmail.com (https://github.com/jaid)