Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/njakob/utils
- Owner: njakob
- License: mit
- Created: 2017-06-05T13:33:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-09-11T10:57:19.000Z (over 7 years ago)
- Last Synced: 2024-12-16T18:29:35.795Z (about 1 month ago)
- Topics: filesystem, helpers, javascript, library, nodejs
- Language: JavaScript
- Size: 73.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
@njakob/utils
Personal collection of Node.js utils.## 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).