Tolk is a file reader that automatically transpiles files with available transpilers, inlines sourcemaps, and autoprefixes CSS. It uses a zero-dependency approach for transpilers, requiring users to install them separately (e.g., node-sass, babel). The current stable version is 2.0.0. It supports multiple precompilers including LiveScript, Babel, CoffeeScript, Less, Stylus, and more. Key differentiator: no bundled transpiler dependencies, allowing users to choose and install only what they need.
npm install tolkNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Reads a SCSS file, transpiles with installed transpiler, and logs the resulting CSS.
Install required transpilers, e.g., `npm install babel` for ES6/JSX support.
Use `.done(success, fail)` or replace with `.then(success, fail)` after wrapping.
Consider alternatives like gulp-sass or webpack loaders.
Use `.done()` instead of `.then()`, or call `.then()` on the returned object.
Run `npm install tolk` in your project directory.
Install the transpiler: `npm install babel`.
No dependency data recorded yet.