A personal JavaScript utilities for running various functions from the command line. Each function can be called directly via app.js
with the required parameters
Features
- Call functions dynamically from the command line
- Pass parameters directly to each function
- Easy to extend with new functions
Usage
Run a function using node app.js
followed by the function name and required parameters:
bash
node app.js [function name] [parameter1] [parameter2] ...
Functions
- Auto Increment
- prefixId
- timestampId
- Random
- randomRange
- randomLengthNumber
- randomLengthString
** License** This project is licensed under the MIT License.