Skip to content

bekindsoft/generate-rfc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

generate-rfc

Library to generate Mexican RFCs according to the specification.

Install

npm install --save generate-rfc

Usage

This library supports both ESM and CommonJS thanks to gen-esm-wrapper.

import { generateRfc } from "generate-rfc";

const rfc = generateRfc({
  firstName: "Andres",
  secondName: "Manuel",
  lastName: "Lopez",
  secondLastName: "Obrador",
  dayOfBirth: 13,
  monthOfBirth: 11,
  yearOfBirth: 1953,
});

License

MIT

Built with <3 by bekind.software

Releases

No releases published

Packages

No packages published