|
| 1 | +# config-file |
| 2 | + |
| 3 | +form8ion utility for managing RC files |
| 4 | + |
| 5 | +<!--status-badges start --> |
| 6 | + |
| 7 | +[![Node CI Workflow Status][github-actions-ci-badge]][github-actions-ci-link] |
| 8 | +[![Codecov][coverage-badge]][coverage-link] |
| 9 | + |
| 10 | +<!--status-badges end --> |
| 11 | + |
| 12 | +## Table of Contents |
| 13 | + |
| 14 | +* [Usage](#usage) |
| 15 | + * [Installation](#installation) |
| 16 | + * [Example](#example) |
| 17 | +* [Contributing](#contributing) |
| 18 | + * [Dependencies](#dependencies) |
| 19 | + * [Verification](#verification) |
| 20 | + |
| 21 | +## Usage |
| 22 | + |
| 23 | +<!--consumer-badges start --> |
| 24 | + |
| 25 | +[![MIT license][license-badge]][license-link] |
| 26 | +[![npm][npm-badge]][npm-link] |
| 27 | +[![Try @form8ion/config-file on RunKit][runkit-badge]][runkit-link] |
| 28 | + |
| 29 | +<!--consumer-badges end --> |
| 30 | + |
| 31 | +### Installation |
| 32 | + |
| 33 | +```sh |
| 34 | +$ npm install @form8ion/config-file --save-prod |
| 35 | +``` |
| 36 | + |
| 37 | +### Example |
| 38 | + |
| 39 | +```javascript |
| 40 | +import configFile from '@form8ion/config-file'; |
| 41 | +``` |
| 42 | + |
| 43 | +## Contributing |
| 44 | + |
| 45 | +<!--contribution-badges start --> |
| 46 | + |
| 47 | +[![PRs Welcome][PRs-badge]][PRs-link] |
| 48 | +[![Commitizen friendly][commitizen-badge]][commitizen-link] |
| 49 | +[![Conventional Commits][commit-convention-badge]][commit-convention-link] |
| 50 | +[![semantic-release: angular][semantic-release-badge]][semantic-release-link] |
| 51 | +[![Renovate][renovate-badge]][renovate-link] |
| 52 | + |
| 53 | +<!--contribution-badges end --> |
| 54 | + |
| 55 | +### Dependencies |
| 56 | + |
| 57 | +```sh |
| 58 | +$ nvm install |
| 59 | +$ npm install |
| 60 | +``` |
| 61 | + |
| 62 | +### Verification |
| 63 | + |
| 64 | +```sh |
| 65 | +$ npm test |
| 66 | +``` |
| 67 | + |
| 68 | +[PRs-link]: http://makeapullrequest.com |
| 69 | + |
| 70 | +[PRs-badge]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg |
| 71 | + |
| 72 | +[commitizen-link]: http://commitizen.github.io/cz-cli/ |
| 73 | + |
| 74 | +[commitizen-badge]: https://img.shields.io/badge/commitizen-friendly-brightgreen.svg |
| 75 | + |
| 76 | +[commit-convention-link]: https://conventionalcommits.org |
| 77 | + |
| 78 | +[commit-convention-badge]: https://img.shields.io/badge/Conventional%20Commits-1.0.0-yellow.svg |
| 79 | + |
| 80 | +[semantic-release-link]: https://github.com/semantic-release/semantic-release |
| 81 | + |
| 82 | +[semantic-release-badge]: https://img.shields.io/badge/semantic--release-angular-e10079?logo=semantic-release |
| 83 | + |
| 84 | +[renovate-link]: https://renovatebot.com |
| 85 | + |
| 86 | +[renovate-badge]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg?logo=renovatebot |
| 87 | + |
| 88 | +[github-actions-ci-link]: https://github.com/form8ion/config-file/actions?query=workflow%3A%22Node.js+CI%22+branch%3Amaster |
| 89 | + |
| 90 | +[github-actions-ci-badge]: https://github.com/form8ion/config-file/workflows/Node.js%20CI/badge.svg |
| 91 | + |
| 92 | +[coverage-link]: https://codecov.io/github/form8ion/config-file |
| 93 | + |
| 94 | +[coverage-badge]: https://img.shields.io/codecov/c/github/form8ion/config-file?logo=codecov |
| 95 | + |
| 96 | +[license-link]: LICENSE |
| 97 | + |
| 98 | +[license-badge]: https://img.shields.io/github/license/form8ion/config-file.svg |
| 99 | + |
| 100 | +[npm-link]: https://www.npmjs.com/package/@form8ion/config-file |
| 101 | + |
| 102 | +[npm-badge]: https://img.shields.io/npm/v/@form8ion/config-file?logo=npm |
| 103 | + |
| 104 | +[runkit-link]: https://npm.runkit.com/@form8ion/config-file |
| 105 | + |
| 106 | +[runkit-badge]: https://badge.runkitcdn.com/@form8ion/config-file.svg |
0 commit comments