Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 446 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 446 Bytes

Common

Build Status

@sidekick/common are helpers shared by the releasable artefacts we ship - cli and main.

Subpackages

log
os
persistentConfig
repoConfig
tracking
universal

Installation

npm install --save @sidekick/common

Usage

var os = require("@sidekick/common/os");
os.getTempDir();