Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/bigpipe/smithy

Preprocessing of CSS/JS meta-languages made easy through a singular API.
https://github.com/bigpipe/smithy

Last synced: 1 day ago
JSON representation

Preprocessing of CSS/JS meta-languages made easy through a singular API.

Awesome Lists containing this project

README

        

# Smithy

[![Build Status](https://travis-ci.org/bigpipe/smithy.png)](https://travis-ci.org/bigpipe/smithy)
[![NPM version](https://badge.fury.io/js/smithy.png)](http://badge.fury.io/js/smithy)

Preprocessing of CSS/JS meta-languages made easy through a singular API. Smithy
will not install preprocessing libraries until required. This is done to keep
the module as lightweight as possible.

## Advantages

- Liberal use of different meta languages, smithy allows preprocessing each language
through a singular API.
- Quickly switch between available preprocessors, like node-sass vs. sass to
accommodate your needs.

## Installation

Smithy is released in npm and can be installed using:

```
npm install smithy --save
```

## License

MIT