{"library":"slim-lang-loader","type":"library","category":null,"description":"Webpack loader that transforms Slim template files into HTML strings embedded in JavaScript. Version 0.0.9 (latest as of 2019) wraps the Ruby `slimrb` CLI, meaning it requires Ruby and the Slim gem installed globally. Unlike other Slim-to-HTML converters, this is a true Ruby-based conversion, preserving full Slim feature support (e.g., inline Ruby, Slim options). The loader outputs HTML that can be used as string templates or passed to further loaders (e.g., html-loader). Last updated in 2019; no active development, but functional for projects already using Ruby Slim.","language":"javascript","status":"maintenance","version":"0.0.9","tags":["javascript","webpack","slim-lang","slim"],"install":[{"cmd":"npm install slim-lang-loader","imports":["import html from 'html-loader!./file.slim'","{ test: /\\.slim$/, use: ['slim-lang-loader'] }","const config = { module: { rules: [ { test: /\\.slim$/, use: [ { loader: 'slim-lang-loader', options: { slimOptions: { disable_escape: true } } } ] } ] } }"]},{"cmd":"yarn add slim-lang-loader","imports":[]},{"cmd":"pnpm add slim-lang-loader","imports":[]}],"homepage":null,"github":"https://github.com/maxpleaner/slim-lang-loader","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/slim-lang-loader","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/slim-lang-loader/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Fri Jul 24","install_tag":null}}