@stacksjs/drivers
v0.51.0
Published
Easily create a driver-based system.
Downloads
44
Readme
Stacks Driver
A simple way to create reusable driver implementations. Utilized in the Stacks Framework, inspired by the Nuxt team's work.
☘️ Features
- ⚡️ Easily create a reusable driver system
🤖 Usage
pnpm i -D @stacksjs/drivers
Now, you can use it in your project:
import { defineDriver } from '@stacksjs/drivers'
// wip
Learn more in the docs.
🧪 Testing
pnpm test
📈 Changelog
Please see our releases page for more information on what has changed recently.
💪🏼 Contributing
Please review the Contributing Guide for details.
🏝 Community
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
For casual chit-chat with others using this package:
Join the Stacks Discord Server
📄 License
The MIT License (MIT). Please see LICENSE for more information.
Made with ❤️