
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
mantine-extension-template
Advanced tools
This is a template repository for creating Mantine extensions. It includes all necessary configuration files and scripts to get you started.
yarn
)nvm use
to switch to the correct node versionmantine-extension-template
with your extension namerepository
field in package/package.json to point to your repositorynpm run docgen
to generate files required for documentationnpm run build
and npm test
to build and test your initial setupTo develop your extension locally, run the following commands:
npm run storybook
to start the storybooknpm run dev
to start the documentationnpm run docgen
npm login
, if you have 2FA enabled, generate automation token and add it to your ~/.npmrc
filenpm run release:patch
, npm run release:minor
or npm run release:major
to publish new version of your packageBy default, the documentation is deployed to GitHub Pages. The script to deploy documentation runs automatically when the package is published. In order for
this script to work correctly, you need to make sure that repository
field in package/package.json points to your repository.
To publish documentation manually, run npm run docs:deploy
.
README.md
file at the root repository directory (file that you are currently reading) is copied to to package/README.md
during the build process to avoid duplication. To add content to the README file of your extension, remove extension template documentation from this file and add your own content.
FAQs
A template for Mantine extensions
We found that mantine-extension-template 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.