Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 652 Bytes

File metadata and controls

38 lines (25 loc) · 652 Bytes

Workspace

Yarn workspaces monorepo with packages:

Packages

  • memfs - In-memory file system with Node.js fs API
  • fs-node-builtins - Node.js standard library polyfills (fs, events, stream)
  • fs-node-utils - Utility types and helpers for fs operations

Common Commands

# Install dependencies
yarn

# Clean all packages
yarn clean

# Build all packages
yarn build

# Run tests in all packages
yarn test

# Run typecheck in all packages
yarn typecheck

# Check formatting in all packages
yarn prettier:check

# Fix formatting in all packages
yarn prettier

Releasing

See scripts/RELEASE.md