Skip to content

uenokazuma/javascript-utilities

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascript-utilities

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.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published