
Security News
TypeScript is Porting Its Compiler to Go for 10x Faster Builds
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
@hideoo/generator-starlight-plugin
Advanced tools
Yeoman generator for Starlight plugins.
An opinionated but still lightweight Yeoman generator to help create Starlight plugins.
To use the generator, run the following command in your terminal from the directory where you want to work on your plugin:
npx -p yo -p @hideoo/generator-starlight-plugin -- yo @hideoo/starlight-plugin
To start creating your Starlight plugin, edit the packages/plugin-name/index.ts
file which will be the entry point of your plugin.
To test your plugin, run the following command from the docs/
directory:
pnpm dev
To learn more about plugin development, check the Starlight documentation.
The generated project uses a monorepo structure with different pnpm workspaces:
docs/
: A Starlight documentation project to document your plugin that also acts as a playground to test it.packages/plugin-name/
: A package containing your Starlight plugin.The generated project contains the bare minimum to get started with a Starlight plugin. Here are some additional resources to help you develop and release your plugin:
[!TIP] After deploying your documentation, add a link to it in the
packages/plugin-name/README.md
file to help users find it.
Licensed under the MIT License, Copyright © HiDeoo.
See LICENSE for more information.
FAQs
Yeoman generator for Starlight plugins.
We found that @hideoo/generator-starlight-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
TypeScript is porting its compiler to Go, delivering 10x faster builds, lower memory usage, and improved editor performance for a smoother developer experience.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.