Skip to content

A utility to help generate file-based routes for a Multi-Page Application

License

Notifications You must be signed in to change notification settings

bent10/headless-route

Folders and files

NameName
Last commit message
Last commit date

Latest commit

5f7d14e Â· Jan 18, 2025
Aug 28, 2024
Oct 30, 2024
Mar 31, 2024
Mar 31, 2024
Aug 28, 2024
Mar 31, 2024
Jan 18, 2025
Jan 18, 2025
Apr 1, 2024
Mar 31, 2024
Mar 31, 2024

Repository files navigation

Headless Route

A utility to help generate routes for a Multi-Page Application (MPA) based on the file structure of a directory. It offers functions to create routes and navigation routes from the directory structure, allowing for easy navigation and dynamic routing.

Packages

Package Description Version (click for changelog)
headless-route Generate routes for a Multi-Page Application npm
@headless-route/vite Vite plugin for integrating headless-route npm

Contributing

We 💛  issues.

When committing, please conform to the semantic-release commit standards. Please install commitizen and the adapter globally, if you have not already.

npm i -g commitizen cz-conventional-changelog

Now you can use git cz or just cz instead of git commit when committing. You can also use git-cz, which is an alias for cz.

git add . && git cz