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

https://github.com/r-js/mangos

🥭's is monorepo collecting data wrangling and data validation utilities
https://github.com/r-js/mangos

counterculture data data-wrangling fold functional isomorphism javascript json lens optics schema traversal validation

Last synced: 4 months ago
JSON representation

🥭's is monorepo collecting data wrangling and data validation utilities

Awesome Lists containing this project

README

          

# mangos

🥭🥭 A monorepo collecting data wrangling and data validation utilities.

The current collection of tools is listed below, new tools are planned for the future, create an [issue](issues) to propose new features, new tools, and/or bug findings.

Support this repo by ⭐ starring it.

**Table of Contents**
- [mangos](#mangos)
- [JXPath](packages/jxpath/README.md) xpath for js objects.
- [filepath](packages/filepath/README.md) filepath tool to join and analyze paths of type `UNC`, `MS traditional`, `MS Device path`, and `Posix`.
- [debug](packages/debug/README.md) mini-logger drop in replacement for [npm debug](https://www.npmjs.com/package/debug) but with esm style module added and other improvements such as on the fly logger enabling.

## Feedback

We appreceate any feedback, with new ideas, to enhance this tool suite. File an issue [here](https://github.com/R-js/mangos/issues)

Before contributing, please read our contributing [guidelines](CODE_OF_CONDUCT.md) and [code of conduct](CONTRIBUTING_GUIDELINES.md).

## [License](LICENSE)

Copyright (c) 2019-2020 Jacob Bogers `info@mail.jacob-bogers.com`.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.