Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/njakob/utils

Personal collection of Node.js utils
https://github.com/njakob/utils

filesystem helpers javascript library nodejs

Last synced: about 1 month ago
JSON representation

Personal collection of Node.js utils

Awesome Lists containing this project

README

        


@njakob/utils


Personal collection of Node.js utils.


Build Status
ESLint Config
Conventional Commits

## Packages

The Babel repo is managed as a monorepo that is composed of many npm packages.

| Package | Version | Dependencies |
|--------|-------|------------|
| [`core`](https://github.com/njakob/utils/tree/master/packages/core) | [![NPM version](https://img.shields.io/npm/v/@njakob/core.svg)](https://www.npmjs.com/package/@njakob/core) | [![Dependency Status](https://david-dm.org/njakob/utils.svg?path=packages/core)](https://david-dm.org/njakob/utils?path=packages/core) |
| [`fs`](https://github.com/njakob/utils/tree/master/packages/fs) | [![NPM version](https://img.shields.io/npm/v/@njakob/fs.svg)](https://www.npmjs.com/package/@njakob/fs) | [![Dependency Status](https://david-dm.org/njakob/utils.svg?path=packages/fs)](https://david-dm.org/njakob/utils?path=packages/fs) |
| [`strings`](https://github.com/njakob/utils/tree/master/packages/strings) | [![NPM version](https://img.shields.io/npm/v/@njakob/strings.svg)](https://www.npmjs.com/package/@njakob/strings) | [![Dependency Status](https://david-dm.org/njakob/utils.svg?path=packages/strings)](https://david-dm.org/njakob/utils?path=packages/strings) |

- [`core`](https://github.com/njakob/utils/tree/master/packages/core): Core utils.
- [`fs`](https://github.com/njakob/utils/tree/master/packages/fs): File system related utils.
- [`strings`](https://github.com/njakob/utils/tree/master/packages/strings): Strings and text related utils.

## Licence

`njakob/utils` is licensed under the [MIT License](LICENSE).