Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/softvar/js
Every possible javascript utility you ever need
https://github.com/softvar/js
algolia-search javascript jest jsdoc lerna netlify prettier tslint typescript utilities
Last synced: about 1 month ago
JSON representation
Every possible javascript utility you ever need
- Host: GitHub
- URL: https://github.com/softvar/js
- Owner: softvar
- License: mit
- Created: 2020-06-11T21:12:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T08:59:37.000Z (almost 2 years ago)
- Last Synced: 2024-10-02T16:32:53.434Z (about 1 month ago)
- Topics: algolia-search, javascript, jest, jsdoc, lerna, netlify, prettier, tslint, typescript, utilities
- Language: JavaScript
- Homepage: https://softvar-js.netlify.app/
- Size: 1.13 MB
- Stars: 6
- Watchers: 3
- Forks: 3
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## js
[![Maintained with Lerna](https://img.shields.io/badge/maintained%20with-lerna-blue?style=for-the-badge)](https://lerna.js.org/)
[![License](https://img.shields.io/badge/License-MIT-green.svg?style=for-the-badge&logo=)](https://opensource.org/licenses/MIT)
![TypeScript: Strict](https://img.shields.io/badge/typescript-strict-yellow?style=for-the-badge)
[![Code Style: Prettier](https://img.shields.io/badge/code_style-prettier-e72163?style=for-the-badge)](https://prettier.io)[![Netlify Status](https://api.netlify.com/api/v1/badges/fe872ca1-6098-4e4b-88f3-a461f120356c/deploy-status)](https://app.netlify.com/sites/softvar-js/deploys)
[![CI](https://github.com/softvar/js/workflows/CI/badge.svg?branch=master)](https://github.com/softvar/js/actions?query=workflow%3ACI)Every possible javascript utility you ever need
### Packages
| Package Name | Version | Doc link |
|--------------|---------|----------|
| util-array | [![npm](https://img.shields.io/npm/v/@softvar/util-array.svg?label=@softvar/util-array)](https://www.npmjs.com/package/@softvar/util-array) | [https://softvar-js.netlify.app/module-util-array](https://softvar-js.netlify.app/module-util-array) |
| util-object | [![npm](https://img.shields.io/npm/v/@softvar/util-object.svg?label=@softvar/util-object)](https://www.npmjs.com/package/@softvar/util-object) | [https://softvar-js.netlify.app/module-util-object](https://softvar-js.netlify.app/module-util-object) |### Documentation
Auto-generated using [JSDoc](https://github.com/jsdoc/jsdoc) and deployed via [Netlify](https://softvar-js.netlify.app/)
[Doc Link](https://softvar-js.netlify.app/)
### Attributions
1. [Lerna](https://github.com/lerna/lerna)
2. [Typescript](https://github.com/microsoft/TypeScript)
3. [TsLint](https://github.com/palantir/tslint)
4. [Prettier](https://github.com/prettier/prettier)
5. [JSDoc](https://github.com/jsdoc/jsdoc)
6. [JSDoc template](https://github.com/braintree/jsdoc-template) - JsDoc theme copied from here
7. [Jest](https://github.com/facebook/jest)### License
MIT Copyright (c) Varun Malhotra 2020-present