1.0.1 • Published 2 years ago

@doctorts/cli-win v1.0.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

DoctorTS framework CLI for Windows

How to get the CLI?

npm install -g @doctorts/cli-win

How to use?

The CLI has a "help" command to help you find what you want!

doctor --help

The "new" command is used to generate a new project!

doctor new project

The "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_name

This 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!