UNPKG

create-vitriol

Version:

Create Mithril + Vite projects

9 lines (5 loc) 107 B
#!/usr/bin/env node import { init } from './dist/index.mjs' init().catch((e) => { console.error(e) })