mistc is a compiler for Mist templates, a UI templating language. Version 2.1.3 ships TypeScript declarations and provides both a CLI tool and a programmatic API. It supports minification, binary compilation, platform targeting, and various TSX optimization options. The package is stable with a moderate release cadence. Key differentiators include first-class Mist template support, TSX-like options, and an integrated CLI for building.
npm install mistcNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Demonstrates using the compile API with minification and tsxOptions, plus CLI shorthand.
Use npx mistc or a script in package.json to ensure local version.
Use `npm outdated -g mistc` or similar.
Use a valid filesystem path string.
Run `npm install mistc` locally, or `npm install -g mistc` for global CLI.
Use `import { compile } from 'mistc'` instead of `import compile from 'mistc'`.Add `"type": "module"` to package.json or use .mjs extension.
No dependency data recorded yet.