Comparing version 1.7.8 to 1.7.9
{ | ||
"name": "cz", | ||
"version": "1.7.8", | ||
"version": "1.7.9", | ||
"description": "A simple config utility for nodejs", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
# cz | ||
[![Coverage Status](https://coveralls.io/repos/github/OmgImAlexis/cz/badge.svg?branch=master)](https://coveralls.io/github/OmgImAlexis/cz?branch=master) [![Build Status](https://travis-ci.org/OmgImAlexis/cz.svg?branch=master)](https://travis-ci.org/OmgImAlexis/cz) | ||
A simple config utility for nodejs | ||
| ||
| ||
A simple config utility for Nodejs | ||
## Table of contents | ||
#### Example | ||
- [Quick start](#quick-start) | ||
- [Status](#status) | ||
<!-- - [What's included](#whats-included) | ||
- [Bugs and feature requests](#bugs-and-feature-requests) | ||
- [Documentation](#documentation) | ||
- [Contributing](#contributing) | ||
- [Community](#community) | ||
- [Versioning](#versioning) | ||
- [Creators](#creators) | ||
- [Copyright and license](#copyright-and-license) --> | ||
## Quick start | ||
````js | ||
@@ -34,4 +43,11 @@ const path = require('path'); | ||
### Hierarchical configuration | ||
## Status | ||
[![Coverage Status](https://coveralls.io/repos/github/OmgImAlexis/cz/badge.svg?branch=master)](https://coveralls.io/github/OmgImAlexis/cz?branch=master) | ||
[![Build Status](https://travis-ci.org/OmgImAlexis/cz.svg?branch=master)](https://travis-ci.org/OmgImAlexis/cz) | ||
[![GitHub issues](https://img.shields.io/github/issues/omgimalexis/cz.svg)](https://github.com/omgimalexis/cz/issues) | ||
[![npm](https://img.shields.io/npm/v/cz.svg)](https://www.npmjs.com/package/cz) | ||
## Documentation | ||
Cz sets `defaults()` as the most bottom object and applies all changes to the config object on top of that meaning anywhere in your app you can use `config.defaults({})` to override the default values. | ||
@@ -38,0 +54,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
332871
71