@thebespokepixel/meta

Extract package metadata with consistent presentation


Keywords
metadata, package, pkg, version, node-module, npm
License
MIT
Install
npm install @thebespokepixel/meta@1.0.5

Documentation

@thebespokepixel/meta

Extract package metadata with consistent presentation.

Publishing Status

npm Libraries.io
Travis Rollup

Development Status

Travis Libraries.io
Snyk Code-Climate Code-Climate Coverage

Documentation/Help

Inch.io Twitter

Usage

Installation

npm install --save @thebespokepixel/meta

Setup

Import (or require) the module…

import {dirname} from 'node:path'
import {fileURLToPath} from 'node:url'
import meta from '@thebespokepixel/meta'

const metadata = meta(dirname(fileURLToPath(import.meta.url))) // Start searching from inside this scripts module

Documentation

Full documentation can be found at https://thebespokepixel.github.io/meta/