Security News
Bun 1.2 Released with 90% Node.js Compatibility and Built-in S3 Object Support
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
@rabbitholegg/create-plugin
Advanced tools
from the root of the project run:
pnpm build
cd apps/create-plugin
pnpm run create
then you can enter your plugins name, the supported chains, and the actions.
The script will create a template for you in the packages directory structure.
the following actions will be performed, assuming the tool is used to collect [project] name, [chain] ids, and [actions]:
@rabbitholegg/questdk-plugin-<project>
getSupportedChainIds
are populatedthe following command will both compile and run the plugin creator
first cd apps/create-plugin
pnpm run dev
The src/index.ts
file is the entry point for the plugin creator. This file renders and parses the arguments from the CLI.
The src/builder.ts
file is the main logic for creating the plugin. It uses mustache templates and file operations to copy the /template
directory to the ../../packages
directory and populate it appropriately.
so:
FAQs
## Using it
The npm package @rabbitholegg/create-plugin receives a total of 4 weekly downloads. As such, @rabbitholegg/create-plugin popularity was classified as not popular.
We found that @rabbitholegg/create-plugin demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 3 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
Bun 1.2 enhances its JavaScript runtime with 90% Node.js compatibility, built-in S3 and Postgres support, HTML Imports, and faster, cloud-first performance.
Security News
Biden's executive order pushes for AI-driven cybersecurity, software supply chain transparency, and stronger protections for federal and open source systems.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.