oceanhelm
v0.0.11
Published
Oceanhelm's highly customizable library
Readme
🌊 OceanHelm
One Software for All Your Maritime Needs OceanHelm is a highly customizable JavaScript library designed to streamline maritime operations. From crew management to certification tracking, voyage planning, and maintenance scheduling, OceanHelm unifies every critical process into a single cohesive solution — empowering ship owners, operators, and marine engineers to focus on what matters most: navigating safely and efficiently.
✨ Features
Crew Management
Manage onboarding, assignments, and crew rotations effortlessly.Certification Tracking
Keep all vessel and crew certifications up to date with automated reminders.Inventory
Track inventory, record low items, report low items.Maintenance Scheduling
Schedule and track maintenance tasks to maximize vessel uptime.
📦 Installation
npm install oceanhelmor
yarn add oceanhelm🚀 Quick Start
<template>
<DashHead
:name="name"
:user-profile="userProfile"
@add-user="addUser"
@logged-in="loggedIn"
/>
</template>
<script>
import { ConfigurableSidebar, VesselList, DashHead, CrewManagement, ActivityLogs, OceanHelmMaintenance } from 'oceanhelm';
export default {
name: 'DashHeader',
props: {
name: String,
},
components: {
DashHead
},
computed: {},
methods: {}
}
</script><template>
<DashHead
:name="name"
:user-profile="userProfile"
@add-user="addUser"
@logged-in="loggedIn"
/>
</template>
const { ConfigurableSidebar, VesselList, DashHead, CrewManagement, ActivityLogs, OceanHelmMaintenance } = require('oceanhelm');
<script>
import { DashHead } from 'oceanhelm'
export default {
name: 'DashHeader',
props: {
name: String,
},
components: {
DashHead
},
computed: {},
methods: {}
}
</script>🛠️ API Overview
(Full API documentation coming soon!)
🖼️ UI Styling
OceanHelm ships with minimal default styles. Import them if needed:
import 'oceanhelm/dist/style.css';🤝 Contributing
Contributions are welcome! If you’d like to add features, fix bugs, or improve docs, fork the repo and submit a pull request.
📜 License
© 2025 [OcenHelm]. All Rights Reserved. OceanHelm is proprietary software. See LICENSE for details.
