@adukiorg/create-anza
v0.4.3
Published
Create a new anza app — `npm create @adukiorg/anza`
Readme
@adukiorg/create-anza
Scaffold a new anza app with one command.
Usage
npm create @adukiorg/anza myapp
cd myapp
npm install
npm run devThis generates a complete project with:
src/app.js— entry point with UI init, theme, and Service Workersrc/index.html— HTML shell with importmap, tokens, and stylessrc/sw.js— Service Worker with caching strategiessrc/pages/index/— welcome page (JS, HTML, CSS)src/tokens/— design tokens copied from the librarysrc/styles/— global styles copied from the library
What it does
npm create @adukiorg/anza installs this package, which resolves the installed @adukiorg/anza library and delegates to its scaffold logic. The library handles the actual file generation — this package is just the entry point.
Programmatic use
import { run } from '@adukiorg/anza/bin/create';
run('/path/to/myapp', 'myapp', '/path/to/@adukiorg/anza');License
MIT © Aduki
