@just-web/os
v7.2.4
Published
just-web os plugin module
Downloads
22
Readme
@just-web/os
@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.
Install
# 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
Usage
import { justApp } from '@just-web/app'
import { osGizmo } from '@just-web/os'
const app = await justApp({ name: 'your-awesome-app' })
.with(osGizmo)
.create()
app.os.isMac()