# gatsby-plugin-ueno

> Adds opinionated features to Gatsby

Latest version **2.1.0** (published 2019-06-27) · MIT license · 0 weekly downloads

## Install

```sh
npm install gatsby-plugin-ueno
pnpm add gatsby-plugin-ueno
yarn add gatsby-plugin-ueno
bun add gatsby-plugin-ueno
```

## 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 | 2.1.0 |
| Published | 2019-06-27 |
| First published | 2019-01-10 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Unpacked size | 4.1 KB |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | no |
| Author | Birkir Gudjonsson |
| Maintainers | ueno-personal |
| Keywords | gatsby, gatsby-plugin, ueno |

## Links

- npm: https://www.npmjs.com/package/gatsby-plugin-ueno
- Repository: https://github.com/ueno/gatsby-plugin-ueno
- Issues: https://github.com/gatsbyjs/gatsby/issues
- npm.io page: https://npm.io/package/gatsby-plugin-ueno

## Dependencies (5)

- [node-sass](https://npm.io/package/node-sass.md) ^4.12.0
- [classnames](https://npm.io/package/classnames.md) ^2.2.6
- [sass-loader](https://npm.io/package/sass-loader.md) ^7.1.0
- [classnames-loader](https://npm.io/package/classnames-loader.md) ^2.1.0
- [@babel/plugin-proposal-decorators](https://npm.io/package/@babel/plugin-proposal-decorators.md) ^7.4.4

## Recent versions

- 2.1.0 (latest) — 2019-06-27
- 2.0.1 — 2019-01-10
- 2.0.0 — 2019-01-10

## README

# gatsby-plugin-ueno

Adds opinionated features to Gatsby

## Install

`npm install gatsby-plugin-ueno --save`

OR

`yarn add gatsby-plugin-ueno`

## How to use

1.  Include the plugin in your `gatsby-config.js` file.
2.  You're good to go.

`gatsby-config.js`

```javascript
module.exports = {
  // ...,
  plugins: [...`gatsby-plugin-ueno`],
}
```

## Options

When adding this plugin to your `gatsby-config.js`, you can pass in options to enable/disable features as you like.

```javascript
// gatsby-config.js
module.exports = {
  plugins: [
    {
      resolve: `gatsby-plugin-ueno`,
      options: {
        classnames: false,
      },
    },
  ],
}
```

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