@forloopy/nameparser
v1.0.0
Published
**@forloopy/nameparser** is an open-source and free-to-use library for parsing full names. Designed for NodeJS developers, this lightweight library extracts details such as first name, middle name, last name, title, and gender from a given name input. Wri
Downloads
70
Readme
@forloopy/nameparser
@forloopy/nameparser is an open-source and free-to-use library for parsing full names. Designed for NodeJS developers, this lightweight library extracts details such as first name, middle name, last name, title, and gender from a given name input. Written in loose TypeScript (with plans to include comprehensive types and definitions in the future), it provides flexibility for developers while maintaining ease of use.
Features
- Parse full names into structured components:
- First name
- Middle name
- Last name
- Title
- Gender (where identifiable)
- Lightweight and efficient parsing.
- Built with non-strict TypeScript for ease of use and flexibility.
- Fully supports ES Modules (ESM).
- Open source and free for the community.
Installation
Install the package using npm:
npm install @forloopy/nameparser
Usage
Coming soon...
Configuration
Coming soon...
Documentation
Coming soon...
Contributing
At this time, this project isn't accepting contributions.
License
This project is licensed under the MIT License.