Gets all @Customa modules in a directory and prints their neatly organized options to the console. Now with command line options that allow you to display your settings exactly how you want them.
- git clone
customa-options-generator-script
- git clone
customa
- move category folders (
Base/
,Chat/
, etc.) intocustoma-options-generator-script
fromcustoma
- cd into
customa-options-generator-script
- npm install to get the glob module
Now you can format your variables however you like;
- node . --markdown
- node . --list
- node . -em
See all options using -h
/--help
.