![Create React App Officially Deprecated Amid React 19 Compatibility Issues](https://cdn.sanity.io/images/cgdhsj6q/production/04fa08cf844d798abc0e1a6391c129363cc7e2ab-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Create React App Officially Deprecated Amid React 19 Compatibility Issues
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
A simple utility to interact with the Revolt API via the command line.
You can install Termivolt via the following methods:
npm i -g termivolt
yarn global add termivolt
Yarn 2+ doesn't support global installs, but you can run Termivolt as a "one-time" command with yarn dlx
:
yarn dlx termivolt <command, eg -help>
(Note that you'll have to append yarn dlx
every time you want to use Termivolt with this method.)
pnpm add termivolt --global
Required arguments are in <angle brackets>, while optional arguments are in [square brackets].
Aside from the help command, the following arguments are required for all commands:
--user/--bot
determines whether the token is a bot or session token. These require different methods of authentication.In addtion, you can optionally specify a custom API URL (e.g. https://api.myrevoltinstan.ce
). This should be the last argument and in quotes. This is not required if you're using the official Revolt instance (https://revolt.chat
).
To send messages with Termivolt, run termivolt -send
. Here's the full list of arguments:
termivolt -send <(--user/--bot)> <token> <channel id (in quotes)> <message content (in quotes)> [custom API URL]
In addtion to the required arguments:
To kick members from servers with Termivolt, run termivolt -kick
. Note that you'll need the Kick Members
permission - if you get a 403 error, this might be why. Here's the full list of arguments:
termivolt -kick <(--user/--bot)> <token> <server id (in quotes)> <user id (in quotes)> [custom API URL]
In addtion to the required arguments:
To ban members from servers with Termivolt, run termivolt -ban
. Note that you'll need the Ban Members
permission - if you get a 403 error, this might be why. Here's the full list of arguments:
termivolt -ban <(--user/--bot)> <token> <server id (in quotes)> <user id (in quotes)> [custom API URL]
In addtion to the required arguments:
If you need help, or want to see a list of commands, run termivolt -help
. This will also show you what version of Termivolt you're using, which is useful for bug reports and such.
If you want to report a bug, suggest a feature or get help with using Termivolt, you can open an issue or join Termivolt's support server on Revolt.
FAQs
A simple utility to interact with the Revolt API via the command line.
The npm package termivolt receives a total of 0 weekly downloads. As such, termivolt popularity was classified as not popular.
We found that termivolt demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.