create-biagiojs
v0.3.3
Published
Scaffolding per siti biagiojs: npx create-biagiojs mio-sito
Maintainers
Readme
create-biagiojs
Official scaffolding for biagiojs projects.
Site · Documentation · npm
npx create-biagiojs my-site
cd my-site && npm install && npm run devWhat it generates
my-site/
├── biagio.config.js
├── package.json # depends on biagiojs
├── pages/index.page.biagio
├── public/_headers # Cloudflare / Netlify cache
├── images/
└── …Generated npm scripts
| Script | Command |
|--------|---------|
| dev | biagio dev . |
| build | biagio build . |
| preview | Node adapter on port 3000 |
Documentation
Framework documentation:
Standalone package: includes the scaffolding template only, not the framework itself.
License
MIT © Danilo Sprovieri
