# livescript-middleware

> Connect middleware for LiveScript

Latest version **1.1.2** (published 2015-10-22) · 0 weekly downloads

## Install

```sh
npm install livescript-middleware
pnpm add livescript-middleware
yarn add livescript-middleware
bun add livescript-middleware
```

## 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 | 1.1.2 |
| Published | 2015-10-22 |
| First published | 2013-12-11 |
| Weekly downloads | 0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 6 |
| Author | Yuri Sulyma |
| Maintainers | yuri, alexgorbatchev |
| Keywords | livescript, middleware, connect |

## Links

- npm: https://www.npmjs.com/package/livescript-middleware
- Repository: https://github.com/yuri0/livescript-middleware
- Homepage: https://github.com/yuri0/livescript-middleware#readme
- Issues: https://github.com/yuri0/livescript-middleware/issues
- npm.io page: https://npm.io/package/livescript-middleware

## Dependencies (3)

- [mkdirp](https://npm.io/package/mkdirp.md) ^0.5.1
- [uglify-js](https://npm.io/package/uglify-js.md) ^2.5.0
- [livescript](https://npm.io/package/livescript.md) >=1.4.0

## Alternatives

- [@sindresorhus/slugify](https://npm.io/package/@sindresorhus/slugify.md) — 3.7M weekly downloads
- [solid-js](https://npm.io/package/solid-js.md) — 2.7M weekly downloads
- [expo-glass-effect](https://npm.io/package/expo-glass-effect.md) — 2.5M weekly downloads
- [nanoassert](https://npm.io/package/nanoassert.md) — 780.8K weekly downloads
- [@ffmpeg/ffmpeg](https://npm.io/package/@ffmpeg/ffmpeg.md) — 529.5K weekly downloads

## Recent versions

- 1.1.2 (latest) — 2015-10-22
- 1.1.1 — 2015-10-19
- 1.0.1 — 2014-11-12
- 1.0.0 — 2014-11-12
- 0.7.0 — 2014-06-02
- 0.5.0 — 2013-12-11

## README

# LiveScript
is a language which compiles to JavaScript. It has a straightforward mapping to JavaScript and allows you to write expressive code devoid of repetitive boilerplate. While LiveScript adds many features to assist in functional style programming, it also has many improvements for object oriented and imperative programming.

Check out **[livescript.net](http://livescript.net)** for more information, examples, usage, and a language reference.

### Middleware Usage
    require! {
      express
      \livescript-middleware : livescript-middleware
    }
    /* ... */
    app = express!
    app.use "/js", livescript-middleware do
      src: "#{__dirname}/public/ls"
      dest: "#{__dirname}/public/js"

### Source
[git://github.com/yuri0/livescript-middleware.git](git://github.com/yuri0/livescript-middleware.git)

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