package-preamble

0.1.0 • Public • Published

Package Preamble

Generates a minimalist preamble from a package.json. For example, given a package.json file:

{
  "name": "hello-world",
  "version": "0.0.1",
  "homepage": "https://example.com/hello-world",
  "author": {
    "name": "Alice Baker",
    "url": "https://example.com/alice"
  }
}

If you run preamble in the same directory as this package.json:

preamble

You’ll get the following output:

// https://example.com/hello-world Version 0.0.1. Copyright 2016 Alice Baker.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    243
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    243
  • 0.0.2
    16
  • 0.0.1
    0

Package Sidebar

Install

npm i package-preamble

Weekly Downloads

153

Version

0.1.0

License

BSD-3-Clause

Last publish

Collaborators

  • mbostock