https://github.com/bigpipe/smithy
Preprocessing of CSS/JS meta-languages made easy through a singular API.
https://github.com/bigpipe/smithy
Last synced: 8 months ago
JSON representation
Preprocessing of CSS/JS meta-languages made easy through a singular API.
- Host: GitHub
- URL: https://github.com/bigpipe/smithy
- Owner: bigpipe
- License: mit
- Created: 2013-09-24T15:21:18.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2018-05-29T09:21:22.000Z (about 8 years ago)
- Last Synced: 2025-03-17T22:13:13.427Z (over 1 year ago)
- Language: JavaScript
- Size: 51.8 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Smithy
[](https://travis-ci.org/bigpipe/smithy)
[](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