@doctorts/cli-termux
v1.0.3
Published
DoctorTS framework CLI for Termux
Readme
DoctorTS framework CLI for termux
How to get the CLI?
npm install -g @doctorts/cli-termuxHow to use?
The CLI has a "help" command to help you find what you want!
doctor --helpThe "new" command is used to generate a new project!
doctor new projectThe "generate" command has two options!
- One of which is the "command" option, which is used to generate a new pre-shaped command file for your bot!
doctor generate command command_name- The other is the "customize" command, which will generate a folder and a file for customizing decorators!
doctor generate customize command_nameThis CLI is part of a Brazilian project developed by Mr.Diniz, this project has more integrated repositories, among them is the main part of the project @doctorts/core and the library @adiwajshing/baileys.
You should take a look!
- https://github.com/doctorts/cli-win
- https://github.com/doctorts/cli-termux
- https://github.com/doctorts/cli-linux
