@shmg/umf
v1.0.5
Published
The Universal Metadata Format
Readme
UMF TypeScript Parser
The TypeScript Implementation of the Universal Media Format.
Example
import { parse } from '@shmg/umf'
const source = `UMF TypeScript Parser
[ Github ]
Author: IceBrick
Language: TypeScript`
const metadata = parse(source)
console.log(metadata.get('Github', 'Author'))Installation
The package is available on npm. You can install it using npm or your desired package manager:
npm install @shmg/umfLicense
This project is licensed under the MIT License. See the LICENSE file for details.
