A CLI for scaffolding blocks for W|W Sanity + NextJS projects.
Install package as a dev dependency.
# npm
npm install -D @walltowall/blok
Usage:
# Create a new block
blok
- Clone this repository
- Install latest of Bun
- Install dependencies using
bun install
- Run the CLI using
bun dev
- Run tests with
bun run test:watch
# Run Tests
bun run test
# Publish
bun run release
Published under MIT License.