van-init 0.1.18

Project scaffolding for Van template engine
Documentation

van-init

crates.io

Project scaffolding for the Van template engine.

Part of the Van template engine.

Overview

Provides the van init command implementation — interactive project creation that generates:

  • Project directory structure (pages/, components/, layouts/)
  • package.json with Van configuration
  • Starter .van template files
  • Page data (data/index.json)
// Used internally by the van CLI
van_init::run(Some("my-project".into()))?;

License

MIT