
npm install create-fse-theme!Logo

!ESLint
!Github Actions
- Scaffolds a Wordpress FSE theme with a single command
- Exposes some helper binaries

Install create-fse-theme with npm
``sh`
npm install -g create-fse-theme
Or with Yarn, if you prefer that:
`sh`
yarn global add create-fse-theme
To scaffold an FSE theme:
`sh`
create-fse-theme
or
`sh`
cft
Once the theme has been scaffolded and you CD into the theme, the following commands can be used for different functions:
`sh``
cft add-block [block-slug] # add a block
cft remove-block
cft export [zip-name] # export theme files to a ready-to-use theme zip
cft build # transpile blocks
cft start # transpile blocks in dev mode