Skip to content

@ls-stack/node-utils

npm

Node.js-specific TypeScript utilities for modern JavaScript/TypeScript projects.

Installation

bash
npm install @ls-stack/node-utils
# or
pnpm add @ls-stack/node-utils
# or
yarn add @ls-stack/node-utils

Usage

Import specific utilities from their modules:

typescript
import { runCmd, concurrentCmd } from '@ls-stack/node-utils/runShellCmd';

Documentation

For a complete list of available utilities and their APIs, see the auto-generated documentation in the docs/ folder.

Development

bash
# Install dependencies
pnpm install

# Run tests
pnpm test

# Build the library
pnpm build

# Generate documentation
pnpm docs

# Lint code
pnpm lint

License

MIT

Repository

github:lucasols/utils