@stacksjs/dashboard
v0.51.0
Published
The Stacks Dashboard.
Downloads
7
Maintainers
Readme
Stacks Dashboard
The Stacks Dashboard.
☘️ Features
[wip] Log Viewer
[] Self-deployed or managed cloud error tracking
[] Performance Monitoring
[] Serverless/Server (host) Monitoring
[] Anomaly Detection
[] Metric Dashboards/Reports
[] Page view & function execution analytics, etc.
[] Uptime Monitoring
[] Queue Monitoring
[] Request Monitoring
[] Deployment Management UI
[] Local email testing & debugging
[] AWS Billing Details & Alerts
[] Invoice generation
[] AWS Cost Explorer
[] AWS Cost
🤖 Usage
pnpm i -D @stacksjs/dashboard
Now, you can use it in your project:
import { log } from '@stacksjs/logging'
log('some description') // aliases to log.log()
log.debug('some debug description')
log.info('some info description')
log.warn('some warning description')
log.error('some error description')
// and more...
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 ❤️