wokgen
v2.1.2
Published
CLI that lets you generate a WOKCommands project.
Readme
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.
