# parcel-plugin-ascii-header

> Adds an ASCII art header to your HTML files

Latest version **0.3.0** (published 2020-03-23) · ISC license · 0 weekly downloads

## Install

```sh
npm install parcel-plugin-ascii-header
pnpm add parcel-plugin-ascii-header
yarn add parcel-plugin-ascii-header
bun add parcel-plugin-ascii-header
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.3.0 |
| Published | 2020-03-23 |
| First published | 2019-08-13 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >=8.0.0 |
| Dependencies | 3 |
| Unpacked size | 5.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Jack Baron |
| Maintainers | lolpants |
| Keywords | parcel, plugin, ascii, art, header, figlet |

## Links

- npm: https://www.npmjs.com/package/parcel-plugin-ascii-header
- Repository: git@github.com:lolPants/parcel-plugin-ascii-header
- npm.io page: https://npm.io/package/parcel-plugin-ascii-header

## Dependencies (3)

- [figlet](https://npm.io/package/figlet.md) ^1.3.0
- [read-pkg](https://npm.io/package/read-pkg.md) ^5.2.0
- [cosmiconfig](https://npm.io/package/cosmiconfig.md) ^6.0.0

## Alternatives

- [d3-force-3d](https://npm.io/package/d3-force-3d.md) — 1.0M weekly downloads
- [ng2-charts](https://npm.io/package/ng2-charts.md) — 486.8K weekly downloads
- [@arcgis/core](https://npm.io/package/@arcgis/core.md) — 257.8K weekly downloads
- [react-sparklines](https://npm.io/package/react-sparklines.md) — 249.3K weekly downloads
- [react-native-gifted-charts](https://npm.io/package/react-native-gifted-charts.md) — 182.3K weekly downloads

## Recent versions

- 0.3.0 (latest) — 2020-03-23
- 0.2.0 — 2019-08-13
- 0.1.0 — 2019-08-13

## README

# 🆎 Parcel Plugin: ASCII Header
[![NPM version](https://img.shields.io/npm/v/parcel-plugin-ascii-header.svg?maxAge=3600)](https://www.npmjs.com/package/parcel-plugin-ascii-header)
[![NPM downloads](https://img.shields.io/npm/dt/parcel-plugin-ascii-header.svg?maxAge=3600)](https://www.npmjs.com/package/parcel-plugin-ascii-header)
[![Dependencies](https://img.shields.io/david/lolpants/parcel-plugin-ascii-header.svg?maxAge=3600)](https://david-dm.org/lolpants/parcel-plugin-ascii-header)

_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.

```json5
{
  // 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.

---
_Source: https://npm.io/package/parcel-plugin-ascii-header · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
