create-pokit
v0.0.18
Published
Scaffold a new pok project
Readme
create-pokit
Project scaffolding CLI for pok.
Usage
bun create pokit my-project
# or
npx create-pokit my-project
cd my-project
pokWhat's Created
my-project/
├── commands/
│ ├── hello.ts
│ └── build.ts
├── pok
├── package.json
├── tsconfig.json
└── .gitignoreDocumentation
See the full documentation.
