Skip to content

dxkyy/wokgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WOKGen

WOKGen is a WOKCommands project generator cli, that you can use to speed up the process of coding discord bots.

Installation📥

npm install -g wokgen

Generating a new Project⚙️

Simply type wokgen init in your command line and type in all the information. And BOOM! You now have a fully working WOKCommands project set up in no time. To start your bot cd into your newly generated project and type

npm run dev

Generating a new Command or Feature⚙️

To generate a new Command, simply cd into your project that was generated using wokgen and type wokgen gen.You will be prompted with this:

Now select what you want to generate and enter all the information.