@just-web/os provides Operating System specific implementations for core features for a @just-web applications.
Architecturally, under the lens of Clean Architecture, @just-web/os provides the adaptors and external details related to operating systems.
# npm
npm install @just-web/os
# yarn
yarn add @just-web/os
# pnpm
pnpm install @just-web/os
#rush
rush add -p @just-web/os
import { createApp } from '@just-web/app'
import osPlugin from '@just-web/os'
createApp({ name: 'your-awesome-app' }).extend(osPlugin())
Generated using TypeDoc