๐Ÿ“ฆ RobLoach / datfile

ClrMamePro DAT file parser for Node.js

โ˜… 6 stars โ‘‚ 2 forks ๐Ÿ‘ 6 watching
๐Ÿ“ฅ Clone https://github.com/RobLoach/datfile.git
HTTPS git clone https://github.com/RobLoach/datfile.git
SSH git clone git@github.com:RobLoach/datfile.git
CLI gh repo clone RobLoach/datfile
Rob Loach Rob Loach Merge branch 'master' of github.com:RobLoach/datfile 1d91898 23 days ago ๐Ÿ“ History
๐Ÿ“‚ master View all commits โ†’
๐Ÿ“ lib
๐Ÿ“ test
๐Ÿ“„ .editorconfig
๐Ÿ“„ .gitignore
๐Ÿ“„ index.js
๐Ÿ“„ package.json
๐Ÿ“„ README.md
๐Ÿ“„ README.md

robloach-datfile

A clrmamepro .dat file format parser for Node.js.

Usage

`` javascript var datfile = require('robloach-datfile') datfile.parseFile('file.dat').then(function (database) { console.log(database) }) ``