0.0.1 • Published 8 years ago

package-premable v0.0.1

Weekly downloads
3
License
BSD-3-Clause
Repository
github
Last release
8 years ago

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:

preamble

You’ll get the following output:

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

8 years ago

0.1.0

8 years ago