Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 667 Bytes

File metadata and controls

20 lines (16 loc) · 667 Bytes

customa-options-generator-script

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.

usage

  • git clone customa-options-generator-script
  • git clone customa
  • move category folders (Base/, Chat/, etc.) into customa-options-generator-script from customa
  • 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.