# @huz-com/metatag

> Manages metatag data with title, description, keywords with multi-language

Latest version **1.0.2** (published 2021-03-16) · ISC license · 0 weekly downloads

## Install

```sh
npm install @huz-com/metatag
pnpm add @huz-com/metatag
yarn add @huz-com/metatag
bun add @huz-com/metatag
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.2 |
| Published | 2021-03-16 |
| First published | 2021-03-14 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 15.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Mustafa Yelmer |
| Maintainers | e.buyuk, mustafayelmer |
| Keywords | metatag, seo |

## Links

- npm: https://www.npmjs.com/package/@huz-com/metatag
- npm.io page: https://npm.io/package/@huz-com/metatag

## Dependencies (5)

- [@huz-com/i18n](https://npm.io/package/@huz-com/i18n.md) ^1.0.1
- [@huz-com/types](https://npm.io/package/@huz-com/types.md) ^1.0.3
- [@huz-com/scalar](https://npm.io/package/@huz-com/scalar.md) ^1.0.14
- [@huz-com/callback](https://npm.io/package/@huz-com/callback.md) ^1.0.9
- [@huz-com/base-errors](https://npm.io/package/@huz-com/base-errors.md) ^1.0.11

## Recent versions

- 1.0.2 (latest) — 2021-03-16
- 1.0.1 — 2021-03-14

## README

# Huz.Com > Component > Metatag

- General callback storage for basic, context, name, pair, entity and route
- Provides central/easy routing append

## Standards
- Language: `TS`
- Eslint: `Yes`
- Static Code Analysis: `Yes` *IntelliJ Code Inspections*
- DDD - Document Driven: `Yes`
- EDD - Exception Driven: `Yes`
- TDD - Test Driven: `Yes` [go to test folder](test/Metatag.spec.ts)
- Standards Complied: [Huz Standards](https://gitlab.azerdev.com/huz.byorbit/be/documentation/standards)

## Commands
- ``npm run clear`` *// clears "dist" folder*
- ``npm run lint`` *// runs eslint for static code analysis*
- ``npm run test`` *// runs test files in "test" folder*
- ``npm run build`` *// builds JS files at "dist" folder*
- ``npm publish`` *or* ``npm run publix`` *// publishes "dist" folder to npm*

## Install
``npm i @huz-com/metatag``

## For Context
````javascript
const {metatag} = require('@huz-com/metatag');
metatag.cast(); // casts title, description and keywords as multilanguage
metatag.read(); // reads/requests metatag data from client
metatag.view(); // views/exports metatag data to client
````

---
_Source: https://npm.io/package/@huz-com/metatag · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
