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

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