0.3.0 • Published 4 years ago

parcel-plugin-ascii-header v0.3.0

Weekly downloads
2
License
ISC
Repository
github
Last release
4 years ago

🆎 Parcel Plugin: ASCII Header

NPM version NPM downloads Dependencies

Adds an ASCII art header to your HTML files

💾 Installation

The package is on the NPM registry as parcel-plugin-ascii-header. Simply install it with your NPM client of choice.
Parcel will recognise the plugin and use it with no extra work!

🔧 Configuration

Configuration can be done using the "asciiheader" key in your package.json, or via a JSON/YAML .asciiheaderrc file.

{
  // Big text, gets converted to ASCII art.
  "text": "ASCII Text",

  // Footer text. Does not get converted to ASCII ART
  // Set to `null` to omit
  "footer": "Footer Text",
}

Defaults

By default the text/footer will be constructed as a copyright based on the author name specified in package.json and the current year.