2.1.2 ⢠Published 3 years ago
wokgen v2.1.2
WOKGen
WOKGen is a WOKCommands project generator cli, that will you can use to speed up the process of coding discord bots.

Installationš„
npm install -g wokgenGenerating 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 devGenerating 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.