# @blacktoolbox/prototype-languages

> A prototype for multiple languages

Latest version **1.1.1** (published 2020-01-20) · MIT license · 0 weekly downloads

## Install

```sh
npm install @blacktoolbox/prototype-languages
pnpm add @blacktoolbox/prototype-languages
yarn add @blacktoolbox/prototype-languages
bun add @blacktoolbox/prototype-languages
```

## Health

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

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.1 |
| Published | 2020-01-20 |
| First published | 2019-05-19 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 20.1 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Van Noel |
| Maintainers | vannoel |
| Keywords | blacktoolbox, multiple-languages, languages |

## Links

- npm: https://www.npmjs.com/package/@blacktoolbox/prototype-languages
- Repository: https://github.com/BlackToolBoxLaboratory/prototype-languages
- Homepage: https://blacktoolboxlaboratory.github.io/
- Issues: https://github.com/BlackToolBoxLaboratory/prototype-languages/issues
- npm.io page: https://npm.io/package/@blacktoolbox/prototype-languages

## Recent versions

- 1.1.1 (latest) — 2020-01-20
- 1.1.0 — 2019-07-13
- 1.0.1 — 2019-06-16
- 1.0.0 — 2019-05-19

## README

# Blacktoolbox-prototype-languages

A protype for multiple languages.

# Installation

Using with [NPM](https://www.npmjs.com/):

    $ npm install --save @blacktoolbox/prototype-languages

    // using ES6 modules
    import Language, { initializer } from '@blacktoolbox/prototype-languages';

    // using CommonJS modules
    var Language= require('@blacktoolbox/prototype-languages');
    var initializer = require('@blacktoolbox/prototype-languages').initializer ;

# Issue

Feel free to see around the codebase and share your experience with us. We will be grateful to be given advices. 

Please file [issue](https://github.com/BlackToolBoxLaboratory/prototype-languages/issues), if you have any issue or idea.

# Homepage

You can see the document website [on-line](https://blacktoolboxlaboratory.github.io/#/prototype-languages/basic).

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