Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/herber/unadorned
unadorned
https://github.com/herber/unadorned
coffeescript compiler ejs less markdown md pug sass style stylus typescript
Last synced: 25 days ago
JSON representation
unadorned
- Host: GitHub
- URL: https://github.com/herber/unadorned
- Owner: herber
- License: mit
- Created: 2016-12-17T17:00:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-18T13:29:19.000Z (over 7 years ago)
- Last Synced: 2024-04-24T08:16:05.366Z (9 months ago)
- Topics: coffeescript, compiler, ejs, less, markdown, md, pug, sass, style, stylus, typescript
- Language: JavaScript
- Size: 7.81 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Unadorned
> The simple preprocessor
## Compiles
- Sass
- Less
- Stylus
- EJS
- Jade/Pug
- Markdown
- Coffeescript
- TypescriptMore coming soon
## Usage
### API
```javascript
const unadorned = require('unadorned');unadorned.dir(__dirname, __dirname + '/compiled', function (err, files) {
if (err) throw err;console.log('compiling');
});
```## License
MIT