An open API service indexing awesome lists of open source software.

https://github.com/passy/html-oust

[WIP] Extract paths of stylesheets, scripts and HTML imports from HTML files
https://github.com/passy/html-oust

Last synced: 10 months ago
JSON representation

[WIP] Extract paths of stylesheets, scripts and HTML imports from HTML files

Awesome Lists containing this project

README

          

# html-oust [![Build Status](https://travis-ci.org/passy/html-oust.svg?branch=master)](https://travis-ci.org/passy/html-oust)

**WIP** **WIP** **WIP** Make it work, make it composable, make it beautiful.
**WIP** **WIP** **WIP**

Learning project to understand Arrows and porting Addy Osmani's
[oust](https://github.com/addyosmani/oust/) to Haskell.

## Install

```
> cabal install html-oust
```

Now get yourself a nice hot cup of tea, take a bath, file your tax return and if
you're lucky cabal will be finished by then.

## Dev

```
> cabal sandbox init
> cabal install --only-dependencies -j
> cabal run -- html-oust
```