Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)

---

## About the Generator

> Documentation coming soon.

## Install

```sh
npm install finda
```

---

## Support

[Submit an issue](https://github.com/seantrane/finda/issues/new), in which you should provide as much detail as necessary for your issue.

## Contributing

Contributions are always appreciated. Read [CONTRIBUTING.md](https://github.com/seantrane/finda/blob/master/CONTRIBUTING.md) documentation to learn more.

## Changelog

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).

---

## License

[ISC License](https://github.com/seantrane/finda/blob/master/LICENSE)

Copyright (c) 2018 [Sean Trane Sciarrone](https://github.com/seantrane)