/js_generator

A simpole js generator

Primary LanguageJavaScript

This is a simple cli that generates file dynamically. To generate a file with a js function and a custom function name
run the command node cli.js function <function name> <path to write content>
eg cli.js function do_stuff file
To generate a file with class node cli.js class <class name> <path to write content>