A lightweight CLI tool that transpiles .scss files to .css in-place within the src directory. Version 1.0.16 is the latest stable release. It runs as a daemon watching for changes and automatically regenerates CSS. Unlike full-featured build tools like Webpack or Gulp, it operates as a simple CLI command with no JavaScript API or plugin system. Best used as a development dependency for straightforward SCSS compilation without build pipeline integration.
npm install css-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Installs the package and starts the transpiler daemon, which watches src directory for .scss changes and outputs .css files in the same location.
Ensure all .scss files are inside a src/ folder (or create it).
Keep custom .css files in a separate directory outside src/.
Run 'npm install css-transpiler --save-dev' and use 'npx transpile' instead of bare 'transpile'.
Create a src/ directory in your project root and move .scss files there.
No dependency data recorded yet.