create-hintergrund
v0.0.1-next.3
Published
A CLI for creating new hintergrund CMS projects
Downloads
2
Readme
create-hintergrund
A CLI for creating new hintergrund CMS projects. Just run...
npm create hintergrund@latest
...and follow the prompts.
API
You can also use create-hintergrund
programmatically:
import { create } from 'create-hintergrund';
await create('my-new-app', {
name: 'my-new-app',
template: 'default' // or 'skeleton' or 'skeletonlib'
});