@ls-stack/node-utils
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

@ls-stack/node-utils

npm

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

Installation

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:

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

# 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

Readme

Keywords

none

Package Sidebar

Install

npm i @ls-stack/node-utils

Weekly Downloads

13

Version

0.2.0

License

MIT

Unpacked Size

19.1 kB

Total Files

15

Last publish

Collaborators

  • lucasols