{"_id":"@anzaui/create-anza","name":"@anzaui/create-anza","dist-tags":{"latest":"0.5.0"},"versions":{"0.5.0":{"name":"@anzaui/create-anza","version":"0.5.0","description":"Create a new anza app — `npm create @anzaui/anza`","type":"module","bin":{"create-anza":"index.js"},"dependencies":{"@anzaui/anza":"0.5.0"},"keywords":["anza","create-anza","scaffold","starter","init"],"homepage":"https://github.com/anzaui/anza#readme","repository":{"type":"git","url":"git+https://github.com/anzaui/anza.git"},"publishConfig":{"access":"public"},"author":{"name":"aduki, Labs"},"license":"MIT","_id":"@anzaui/create-anza@0.5.0","gitHead":"a831988e49c3f7d5301ff43803d10bc14d9e2540","bugs":{"url":"https://github.com/anzaui/anza/issues"},"_nodeVersion":"20.20.2","_npmVersion":"10.8.2","dist":{"integrity":"sha512-EM+2po/TCBEMLTJk0+pwaxrKUb6hS5VzBrNXyWw6oYZQcyUqfDOAeAB9Ad0SGBGCzub4kZzLMwsUMrzNilSXPw==","shasum":"09b8cf67f83b73bfc237c94dbc36f3801d04001c","tarball":"https://registry.npmjs.org/@anzaui/create-anza/-/create-anza-0.5.0.tgz","fileCount":3,"unpackedSize":2952,"signatures":[{"keyid":"SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U","sig":"MEQCIEc6nHCjd6ZeiB/Hua6YVX4YeUy5CwInbvUheY+RKIj8AiBlsa1T6daxrDLlxK2cHE4+aKkInFY2pWb7dcJ3RkMV1A=="}]},"_npmUser":{"name":"fescii","email":"adukiorg@gmail.com"},"directories":{},"maintainers":[{"name":"fescii","email":"adukiorg@gmail.com"}],"_npmOperationalInternal":{"host":"s3://npm-registry-packages-npm-production","tmp":"tmp/create-anza_0.5.0_1787864511674_0.6490638870670817"},"_hasShrinkwrap":false}},"time":{"created":"2026-08-27T21:01:51.496Z","0.5.0":"2026-08-27T21:01:51.809Z","modified":"2026-08-27T21:01:52.061Z"},"maintainers":[{"name":"fescii","email":"adukiorg@gmail.com"}],"description":"Create a new anza app — `npm create @anzaui/anza`","homepage":"https://github.com/anzaui/anza#readme","keywords":["anza","create-anza","scaffold","starter","init"],"repository":{"type":"git","url":"git+https://github.com/anzaui/anza.git"},"author":{"name":"aduki, Labs"},"bugs":{"url":"https://github.com/anzaui/anza/issues"},"license":"MIT","readme":"# @anzaui/create-anza\n\nScaffold a new anza app with one command.\n\n## Usage\n\n```bash\nnpm create @anzaui/anza myapp\ncd myapp\nnpm install\nnpm run dev\n```\n\nThis generates a complete project with:\n\n- `src/app.js` — entry point with UI init, theme, and Service Worker\n- `src/index.html` — HTML shell with importmap, tokens, and styles\n- `src/sw.js` — Service Worker with caching strategies\n- `src/pages/index/` — welcome page (JS, HTML, CSS)\n- `src/tokens/` — design tokens copied from the library\n- `src/styles/` — global styles copied from the library\n\n## What it does\n\n`npm create @anzaui/anza` installs this package, which resolves the installed `@anzaui/anza` library and delegates to its scaffold logic. The library handles the actual file generation — this package is just the entry point.\n\n## Programmatic use\n\n```javascript\nimport { run } from '@anzaui/anza/bin/create';\n\nrun('/path/to/myapp', 'myapp', '/path/to/@anzaui/anza');\n```\n\n## License\n\nMIT © Aduki\n","readmeFilename":"README.md","_rev":"1-07138544fa0bb41c3b2ad01d15efd255"}