An open API service indexing awesome lists of open source software.

https://github.com/smartprix/sm-utils

Utilities for NodeJS (https://smartprix.github.io/sm-utils/)
https://github.com/smartprix/sm-utils

cache cfg connect crypto javascript nodejs redis string

Last synced: 3 months ago
JSON representation

Utilities for NodeJS (https://smartprix.github.io/sm-utils/)

Awesome Lists containing this project

README

        

[![Build Status](https://drone.t.smpx.to/api/badges/smartprix/sm-utils/status.svg)](https://drone.t.smpx.to/smartprix/sm-utils)
Version
Downloads
License
Dependencies
Dev Dependencies

# sm-utils
Utilities For NodeJS

## How to use
```bash
yarn add sm-utils # or npm install sm-utils --save
```

## Docs:

https://smartprix.github.io/sm-utils/

## CLI

### cfg
Get a value from cfg.js

```sh
cfg get redis.port
cfg get logsDir
```