@toyz/create-loom
v0.2.2
Published
Scaffold a new Loom + TypeScript + Vite project
Maintainers
Readme
Usage
npm create @toyz/loom my-app
cd my-app
npm install
npm run devThat's it. No prompts, no config wizard, no JavaScript option — Loom is TypeScript only.
What you get
my-app/
├── index.html 5 lines
├── package.json 1 dep, 2 devDeps
├── tsconfig.json Loom JSX pre-configured
├── vite.config.ts esbuild JSX wired to Loom
└── src/
├── main.tsx app.start()
├── app.tsx starter component
└── global.d.ts CSS module typesDependencies
| Type | Package | Why |
| ----------------- | ------------ | ------------------------------------ |
| dependencies | @toyz/loom | The framework (zero transitive deps) |
| devDependencies | typescript | Type checking |
| devDependencies | vite | Dev server + bundler |
No other packages. No plugins. No polyfills.
Current directory
To scaffold into the current directory:
npm create @toyz/loom .Links
- Framework — @toyz/loom
- Docs — toyz.github.io/loom
- Source — github.com/Toyz/loom
License
MIT — do whatever you want with it.
