1.0.2 • Published 6 years ago

filey v1.0.2

Weekly downloads
-
License
ISC
Repository
-
Last release
6 years ago

filey

TypeScript port of OpenBSD file(1) v.1.65

https://github.com/openbsd/src/tree/5f0569b/usr.bin/file

API

fileyAtPath(path: string) => Promise<string>

Tests

No preprocessor etc., I'm going to just write js tests that reference ./dist.

Status

  • EMPTY FILE
  • DATA
  • PDF
  • JPG
  • EVERYTHING ELSE

Roadmap

  • v.1.0.0
    • This release aims to answer the question of, is it empty?
  • v.1.0.1
    • Is it data?
  • v.1.1.0
    • PDF?
  • v.1.2.0
    • JPG?
  • v.2.0.0
    • Add support for the 212 magic files in the OpenBSD repo (as of 5f0569b).