UNPKG

tweeter-client

Version:
93 lines (52 loc) 3.37 kB
# Tweeter Client <a href="https://raw.githubusercontent.com/jaid/tweeter-client/master/license.txt"><img src="https://img.shields.io/github/license/jaid/tweeter-client?style=flat-square" alt="License"/></a> <a href="https://github.com/sponsors/jaid"><img src="https://img.shields.io/badge/<3-Sponsor-FF45F1?style=flat-square" alt="Sponsor tweeter-client"/></a> <a href="https://actions-badge.atrox.dev/jaid/tweeter-client/goto"><img src="https://img.shields.io/endpoint.svg?style=flat-square&url=https%3A%2F%2Factions-badge.atrox.dev%2Fjaid%2Ftweeter-client%2Fbadge" alt="Build status"/></a> <a href="https://github.com/jaid/tweeter-client/commits"><img src="https://img.shields.io/github/commits-since/jaid/tweeter-client/v4.19.1?style=flat-square&logo=github" alt="Commits since v4.19.1"/></a> <a href="https://github.com/jaid/tweeter-client/commits"><img src="https://img.shields.io/github/last-commit/jaid/tweeter-client?style=flat-square&logo=github" alt="Last commit"/></a> <a href="https://github.com/jaid/tweeter-client/issues"><img src="https://img.shields.io/github/issues/jaid/tweeter-client?style=flat-square&logo=github" alt="Issues"/></a> <a href="https://npmjs.com/package/tweeter-client"><img src="https://img.shields.io/npm/v/tweeter-client?style=flat-square&logo=npm&label=latest%20version" alt="Latest version on npm"/></a> <a href="https://github.com/jaid/tweeter-client/network/dependents"><img src="https://img.shields.io/librariesio/dependents/npm/tweeter-client?style=flat-square&logo=npm" alt="Dependents"/></a> <a href="https://npmjs.com/package/tweeter-client"><img src="https://img.shields.io/npm/dm/tweeter-client?style=flat-square&logo=npm" alt="Downloads"/></a> **Creates tweets.** ## Installation <a href="https://npmjs.com/package/tweeter-client"><img src="https://img.shields.io/badge/npm-tweeter--client-C23039?style=flat-square&logo=npm" alt="tweeter-client on npm"/></a> ```bash npm install --global tweeter-client@^4.19.1 ``` <a href="https://yarnpkg.com/package/tweeter-client"><img src="https://img.shields.io/badge/Yarn-tweeter--client-2F8CB7?style=flat-square&logo=yarn&logoColor=white" alt="tweeter-client on Yarn"/></a> ```bash yarn global add tweeter-client@^4.19.1 ``` <a href="https://github.com/jaid/tweeter-client/packages"><img src="https://img.shields.io/badge/GitHub Packages-@jaid/tweeter--client-24282e?style=flat-square&logo=github" alt="@jaid/tweeter-client on GitHub Packages"/></a> (if [configured properly](https://help.github.com/en/github/managing-packages-with-github-packages/configuring-npm-for-use-with-github-packages)) ```bash npm install --global @jaid/tweeter-client@^4.19.1 ``` Tweet every time `tweeter-client` starts. ```yaml tweeters: - type: test handle: jaidlive ``` ## CLI Usage After installing package `tweeter-client` globally, you can use its command line interface. ```bash tweeter-client ``` For usage instructions: ```bash tweeter-client --help ``` ## Development Setting up: ```bash git clone git@github.com:jaid/tweeter-client.git cd tweeter-client npm install ``` Testing: ```bash npm run test:dev ``` Testing in production environment: ```bash npm run test ``` ## License [MIT License](https://raw.githubusercontent.com/jaid/tweeter-client/master/license.txt) Copyright © 2020, Jaid \<jaid.jsx@gmail.com> (https://github.com/jaid)