Skip to content

projectqai/plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hydris Plugin Template

bun create projectqai/plugin-template my-plugin
cd my-plugin
bun install
bun run dev

Scaffolds a TypeScript plugin for Hydris with formatting, linting, and type checking pre-configured.

What's included

  • index.ts — working plugin that connects to the engine and watches entities
  • biome.jsonBiome formatter + linter
  • tsconfig.json — strict TypeScript
  • .vscode/ — VS Code and Cursor pick up the formatter automatically

Scripts

Command Description
bun run dev Run plugin with watch mode
bun run build Build OCI image
bun run lint Lint with Biome
bun run format Format with Biome
bun run typecheck Type check with tsc

Docs

License

Apache-2.0

About

Plugin template for Hydris

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors