# yu-loader

> Why is Yu Loader the God?

Latest version **0.1.1** (published 2021-09-22) · MIT license · 0 weekly downloads

## Install

```sh
npm install yu-loader
pnpm add yu-loader
yarn add yu-loader
bun add yu-loader
```

## Health

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

Positive: no vulnerabilities.

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

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.1.1 |
| Published | 2021-09-22 |
| First published | 2021-09-18 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 3.9 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | lomirus |
| Maintainers | lomirus |

## Links

- npm: https://www.npmjs.com/package/yu-loader
- Repository: https://github.com/lomirus/yu-loader
- Homepage: https://github.com/lomirus/yu-loader#readme
- Issues: https://github.com/lomirus/yu-loader/issues
- npm.io page: https://npm.io/package/yu-loader

## Dependencies (1)

- [abstract-syntax-tree](https://npm.io/package/abstract-syntax-tree.md) ^2.20.2

## Recent versions

- 0.1.1 (latest) — 2021-09-22
- 0.1.0 — 2021-09-18

## README

<div align="center">
  <a href="https://github.com/Markovchaloven">
    <img width="200" height="200" src="https://avatars.githubusercontent.com/u/87082575?v=4">
  </a>
</div>

[![npm][npm]][npm-url]
[![node][node]][node-url]
[![cover][cover]][cover-url]
[![size][size]][size-url]

# yu-loader

A Yu loader for MaJs. Compiles MaJs to JS.

## Getting Started

To begin, you'll need to install `yu-loader`:

```console
$ npm install yu-loader --save-dev
```

Then add the loader to your `webpack` config. For example:

**webpack.config.js**

```js
module.exports = {
  module: {
    rules: [
      {
        test: /\.ma(\.js)?$/i,
        loader: "yu-loader",
      },
    ],
  },
};
```

And run `webpack` via your preferred method.

## License

[MIT](./LICENSE)

[npm]: https://img.shields.io/npm/v/yu-loader.svg
[npm-url]: https://npmjs.com/package/yu-loader
[node]: https://img.shields.io/node/v/yu-loader.svg
[node-url]: https://nodejs.org
[cover]: https://codecov.io/gh/lomirus/yu-loader/branch/master/graph/badge.svg
[cover-url]: https://codecov.io/gh/lomirus/yu-loader
[size]: https://packagephobia.now.sh/badge?p=yu-loader
[size-url]: https://packagephobia.now.sh/result?p=yu-loader

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