create-pokit
v0.0.38
Published
Scaffold a new pok project
Downloads
56
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.
