Template repository for Mantine extensions
The Mantine Extension Template is a powerful starting point for developers looking to create their own extensions using the Mantine framework. This template provides a structured environment with all the necessary configuration files and scripts, allowing for quick setup and development. With just a few simple steps, developers can clone the repository, install dependencies, and start building their extensions efficiently.
Designed with user-friendliness in mind, this template not only streamlines the coding process but also integrates features for documentation and publishing. From local development to deployment, it covers all aspects to ensure a smooth journey for both new and experienced developers alike.
Quick Setup: Create a new repository using a simple button click, clone it, and install dependencies with ease, getting you started in no time.
Node Version Management: Utilize nvm to effortlessly switch to the correct Node.js version, ensuring compatibility throughout the development process.
Automatic Documentation Generation: Use npm run docgen to generate essential documentation files, keeping your project well-documented with minimal effort.
Local Development Tools: Run npm run storybook to start a local storybook and npm run dev for immediate access to documentation while you code.
Easy Publishing: Seamlessly publish your extension and documentation to npm and GitHub Pages, with built-in commands to increment version numbers.
Customizable README: A dedicated README.md file allows for easy editing and personalization to effectively communicate your extension’s purpose and usage.
Test and Build Integrations: Confirm your setup with npm run build and npm test commands to ensure everything is functioning correctly before release.