@certik/create-skynet-app
v2.2.2
Published
CLI tool to quickly generate skynet api/indexer templates. Written in TypeScript, runs with Bun.
Downloads
485
Keywords
Readme
@certik/create-skynet-app
CLI tool to quickly generate skynet api/indexer templates. Written in TypeScript, runs with Bun.
Usage
bunx @certik/create-skynet-app@latestFeatures
The tool can help create one of the following apps:
- Indexer
- API (Nomad)
- API (Serverless by Pulumi)
Will add support for mode indexer, trigger, producer and consumer in future versions.
Development
Prerequisites
- Bun runtime installed
Testing locally
bun run startType checking
bun run typecheckFormatting
bun run formatPublish
bun run pub