# graphi-toolbox

> Toolbox library for Nuxt 3

Latest version **1.1.0** (published 2023-12-11) · MIT license · 0 weekly downloads

## Install

```sh
npm install graphi-toolbox
pnpm add graphi-toolbox
yarn add graphi-toolbox
bun add graphi-toolbox
```

## Health

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

Positive: has types; esm support; no vulnerabilities; high quality score.

Warnings: low downloads.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.1.0 |
| Published | 2023-12-11 |
| First published | 2023-08-25 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | bundled |
| Module format | ESM + CommonJS |
| Dependencies | 11 |
| Unpacked size | 450.4 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Maintainers | risu_graph |

## Links

- npm: https://www.npmjs.com/package/graphi-toolbox
- npm.io page: https://npm.io/package/graphi-toolbox

## Dependencies (11)

- [ufo](https://npm.io/package/ufo.md) ^1.3.1
- [mlly](https://npm.io/package/mlly.md) ^1.4.2
- [sass](https://npm.io/package/sass.md) ^1.69.5
- [acorn](https://npm.io/package/acorn.md) ^8.11.2
- [debug](https://npm.io/package/debug.md) ^4.3.4
- [pathe](https://npm.io/package/pathe.md) ^1.1.1
- [pinia](https://npm.io/package/pinia.md) ^2.1.7
- [@nuxt/kit](https://npm.io/package/@nuxt/kit.md) ^3.8.0
- [pkg-types](https://npm.io/package/pkg-types.md) ^1.0.3
- [@pinia/nuxt](https://npm.io/package/@pinia/nuxt.md) ^0.5.1
- [jsonc-parser](https://npm.io/package/jsonc-parser.md) ^3.2.0

## Recent versions

- 1.1.0 (latest) — 2023-12-11
- 1.0.2 — 2023-08-25
- 1.0.1 — 2023-08-25
- 1.0.0 — 2023-08-25

## README

# Graphi Toolbox

[![npm version][npm-version-src]][npm-version-href]
[![npm downloads][npm-downloads-src]][npm-downloads-href]
[![License][license-src]][license-href]
[![Nuxt][nuxt-src]][nuxt-href]

Nuxt 3 Library, some composables and components.

- [✨ &nbsp;Release Notes](/CHANGELOG.md)
- [📖 &nbsp;Documentation](https://example.com)

## Features

<!-- Highlight some of the features your module provide here -->
- ⛰ &nbsp;Annimations
- 🚠 &nbsp;Components
- 🌲 &nbsp;Composables

## Quick Setup

1. Add `graphi-toolbox` dependency to your project

```bash
# Using pnpm
pnpm add -D graphi-toolbox

# Using yarn
yarn add --dev graphi-toolbox

# Using npm
npm install --save-dev graphi-toolbox
```

2. Add `graphi-toolbox` to the `modules` section of `nuxt.config.ts`

```js
export default defineNuxtConfig({
  modules: [
    'graphi-toolbox'
  ]
})
```

That's it! You can now use graphi-toolbox in your Nuxt app ✨

## Development

```bash
# Install dependencies
npm install

# Generate type stubs
npm run dev:prepare

# Develop with the playground
npm run dev

# Build the playground
npm run dev:build

# Run ESLint
npm run lint

# Run Vitest
npm run test
npm run test:watch

# Release new version
npm run release
```

## Components

<!-- Badges -->
[npm-version-src]: https://img.shields.io/npm/v/graphi-toolbox/latest.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-version-href]: https://npmjs.com/package/graphi-toolbox

[npm-downloads-src]: https://img.shields.io/npm/dm/graphi-toolbox.svg?style=flat&colorA=18181B&colorB=28CF8D
[npm-downloads-href]: https://npmjs.com/package/graphi-toolbox

[license-src]: https://img.shields.io/npm/l/graphi-toolbox.svg?style=flat&colorA=18181B&colorB=28CF8D
[license-href]: https://npmjs.com/package/graphi-toolbox

[nuxt-src]: https://img.shields.io/badge/Nuxt-18181B?logo=nuxt.js
[nuxt-href]: https://nuxt.com

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