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/)
- Host: GitHub
- URL: https://github.com/smartprix/sm-utils
- Owner: smartprix
- Created: 2016-01-03T05:47:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-02T10:52:30.000Z (4 months ago)
- Last Synced: 2025-03-25T05:03:25.509Z (3 months ago)
- Topics: cache, cfg, connect, crypto, javascript, nodejs, redis, string
- Language: JavaScript
- Homepage:
- Size: 1.91 MB
- Stars: 4
- Watchers: 5
- Forks: 2
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://drone.t.smpx.to/smartprix/sm-utils)
![]()
![]()
![]()
![]()
# 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
```