@just-web/os
TypeScript icon, indicating that this package has built-in type declarations

7.2.4 • Public • Published

@just-web/os

NPM version NPM downloads

@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()

Readme

Keywords

Package Sidebar

Install

npm i @just-web/os

Weekly Downloads

4

Version

7.2.4

License

MIT

Unpacked Size

21 kB

Total Files

61

Last publish

Collaborators

  • unional