Skip to content

handfuloflight/nitch-plugin-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Nitch Plugin Template

Use this repository as a GitHub template for standalone Nitch plugin workspaces.

After creating a repo from this template:

  1. Update package.json name and manifest fields.
  2. Edit src/index.ts to implement your plugin.
  3. Add your new plugin repo path to the host repo's nitch.config.json.
  4. From the host repo, run:
bun run plugin:check -- --module nitch-plugin-template
bun run plugin:publish -- --module nitch-plugin-template
bun run plugin:dev -- --module nitch-plugin-template --watch

This template is exported from the Nitch host repo's templates/plugin-workspace contract.

About

GitHub template for standalone Nitch plugin workspaces.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors