1.0.1 • Published 3 years ago
@doctorts/cli-win v1.0.1
DoctorTS framework CLI for Windows
How to get the CLI?
npm install -g @doctorts/cli-winHow 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_name