1.1.3 • Published 2 years ago
softgen v1.1.3
A Simple Generator Application
Installation
Install globally
npm install -g softgenInstalled CLI application is accessible through gen or softgen commands
Help
help command can be used for more advanced options for each generator
Eg:
gen uuid helpWill print more details and options for that generator
Generators
UUID
gen uuid # prints idBy default generated uuid is copied to clipboard
To disable copying to clipboard
gen uuid --no-copyGenerate n number of ids
gen uuid 10##More generators are on the way!