0.0.7 • Published 3 years ago

@dico/client v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

dico-client

npm version npm downloads Github Actions CI Codecov Conventional Commits License

Dico.app Client.

  • 🔑  Use keys seamlessly;
  • 🎏  Fetch your current dico;
  • 🌐  i18n support.

Install

npm install @dico/client

Usage

Update your scripts inside your package.json:

{
    /* ... */
    "scripts": {
        "dev": "dico-fetch && ...",
        "build": "dico-fetch && ..."
    }
}

Init dico client:

import { createDico } from "@dico/client";
// Dico data file is created next to your `dico.config.json` file
import data from "../dico.data.json";

export const { $dico, $dicoI18n } = createDico(data);

Documentation

To discover what's new on this package check out the changelog. For full documentation, visit the official Dico.app documentation.

License

MIT License

0.0.7

3 years ago

0.0.6

3 years ago

0.0.5

3 years ago

0.0.4

3 years ago

0.0.3

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago