Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/seantrane/finda
:mag_right: Finda, a utility for finding the values of common repository attributes
https://github.com/seantrane/finda
finda npm-module utility-library
Last synced: about 2 months ago
JSON representation
:mag_right: Finda, a utility for finding the values of common repository attributes
- Host: GitHub
- URL: https://github.com/seantrane/finda
- Owner: seantrane
- License: isc
- Created: 2018-11-06T12:23:32.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-08-03T13:20:29.000Z (over 3 years ago)
- Last Synced: 2024-10-06T21:15:25.934Z (3 months ago)
- Topics: finda, npm-module, utility-library
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/finda
- Size: 1.03 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 20
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# Finda
> A utility for finding the values of common attributes from project files and/or local file system, such as; username, package-name, etc.
[![Build Status](https://travis-ci.com/seantrane/finda.svg?branch=master)](https://travis-ci.com/seantrane/finda) [![Dependencies Status](https://david-dm.org/seantrane/finda/status.svg)](https://david-dm.org/seantrane/finda) [![devDependencies Status](https://david-dm.org/seantrane/finda/dev-status.svg)](https://david-dm.org/seantrane/finda?type=dev) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Code Coverage](https://sonarcloud.io/api/project_badges/measure?project=seantrane%3Afinda&metric=coverage)](https://sonarcloud.io/component_measures?id=seantrane%3Afinda&metric=coverage) [![Security, Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=seantrane%3Afinda&metric=security_rating)](https://sonarcloud.io/component_measures?id=seantrane%3Afinda&metric=Security) [![Reliability, Bugs](https://sonarcloud.io/api/project_badges/measure?project=seantrane%3Afinda&metric=reliability_rating)](https://sonarcloud.io/component_measures?id=seantrane%3Afinda&metric=Reliability) [![Maintainability, Tech Debt, Code Smells](https://sonarcloud.io/api/project_badges/measure?project=seantrane%3Afinda&metric=sqale_rating)](https://sonarcloud.io/component_measures?id=seantrane%3Afinda&metric=Maintainability)
[![npm latest version](https://img.shields.io/npm/v/finda/latest.svg)](https://www.npmjs.com/package/finda) [![npm next version](https://img.shields.io/npm/v/finda/next.svg)](https://www.npmjs.com/package/finda) [![npm downloads per week](https://img.shields.io/npm/dw/finda.svg)](https://www.npmjs.com/package/finda) [![npm total downloads](https://img.shields.io/npm/dt/finda.svg)](https://www.npmjs.com/package/finda)
## Table of Contents
- [About the Generator](#about)
- [Install](#install)
- [Support](#support)
- [Contributing](#contributing)
- [Changelog](#changelog)
- [License](#license)---
> Documentation coming soon.
```sh
npm install finda
```---
[Submit an issue](https://github.com/seantrane/finda/issues/new), in which you should provide as much detail as necessary for your issue.
Contributions are always appreciated. Read [CONTRIBUTING.md](https://github.com/seantrane/finda/blob/master/CONTRIBUTING.md) documentation to learn more.
Release details are documented in the [CHANGELOG.md](https://github.com/seantrane/finda/blob/master/CHANGELOG.md) file, and on the [GitHub Releases page](https://github.com/seantrane/finda/releases).
---
[ISC License](https://github.com/seantrane/finda/blob/master/LICENSE)
Copyright (c) 2018 [Sean Trane Sciarrone](https://github.com/seantrane)