A minimal JavaScript package for transpiling view templates into executable code. Version 1.0.0 provides basic string transformation utilities focused on template syntax conversion, with no dependencies and limited API surface. Suitable for small projects needing lightweight transpilation without full build tools. No major differentiators identified due to sparse documentation and lack of community adoption.
npm install view-transpilerNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic template transpilation: imports the function, compiles a template, and renders with data.
Review source code on GitHub before use.
Create a declaration file: declare module 'view-transpiler';
Use named import as shown in quickstart.
Use: import { viewTranspiler } from 'view-transpiler'Run: npm install view-transpiler
No dependency data recorded yet.