Skip to content

manic-js/plugin-sitemap

Repository files navigation

Manic

npm version Bun License: GPL-3.0

Official Manic plugin for sitemap.xml generation.


Manic is a high-performance React framework built exclusively for Bun.

It ships with a custom build pipeline, first-class plugin architecture, and production-ready DX for local development, deployment, and AI-native workflows.

Why Manic

  • Bun-first runtime and tooling
  • Fast transforms and minification powered by OXC
  • File-based routing with production-ready deployment adapters
  • Plugin system built for framework and AI-native workflows

Documentation

Install

bun add @manicjs/sitemap

Usage

import { defineConfig } from 'manicjs/config';
import { sitemap } from '@manicjs/sitemap';

export default defineConfig({
  plugins: [sitemap()],
});

License

GPL-3.0

About

Official Manic plugin for sitemap.xml generation.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors