jgvdevbox
v1.0.1
Published
it is a package about tools for developers
Downloads
24
Maintainers
Readme
//==================================================================================== // Author: Jorge Gallego Veguillas // Version: 1.0 // Date: August 2025 // Description: DevBOX is a group of tools for Developers // Technology: JavaScript and Microsoft Copilot //====================================================================================
This is DevBox a Group of tools for Developers. Tools for to do the programming more easy
The Tools are:
IDgenerator
Get a ID with a Prefix for Classify the ID. The Prefix can be: DocFinancial DocWarehouse etc... and you get a result as: DocFinantial20880828215041664
for install: npm install jgvdevbox
for Testing: const IDgenerator = require('jgvDevBox'); //add the Function from the Package
var sPrefix = 'DocFinantial';
const sID = IDgenerator(sPrefix);
console.log(sID); // For example: DocFinantial20880828215041664