Init Command
Usage
nitrostack init my-project
Options
nitrostack init my-project --template typescript-auth
Available Templates
- `typescript` - Basic TypeScript template
- `typescript-auth` - Full-featured e-commerce template with auth
What It Creates
my-project/
āāā src/
ā āāā modules/ # Feature modules
ā āāā app.module.ts # Root module
ā āāā index.ts # Entry point
āāā widgets/ # UI components
āāā .env.example # Environment template
āāā package.json
Next Steps
- `cd my-project`
- `npm install`
- `nitrostack dev`