Skip to content

Commit

Permalink
fix: nyc config and rerun docs
Browse files Browse the repository at this point in the history
Signed-off-by: Charlike Mike Reagent <mameto2011@gmail.com>
  • Loading branch information
Charlike Mike Reagent committed Nov 22, 2018
1 parent 24ea938 commit 6c2120d
Show file tree
Hide file tree
Showing 4 changed files with 93 additions and 2,307 deletions.
15 changes: 14 additions & 1 deletion .nycrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
{
"extends": "./node_modules/@tunnckocore/config/nyc.json"
"statements": 0,
"branches": 0,
"functions": 0,
"lines": 0,
"cache": true,
"check-coverage": true,
"require": "esm",
"reporter": [
"lcov",
"text"
],
"include": [
"src/**/*.js"
]
}
2 changes: 1 addition & 1 deletion .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ _Generated using [docks](http://npm.im/docks)._

### [src/index.js](/src/index.js)

#### [scripts](/src/index.js#L20)
#### [scripts](/src/index.js#L18)
Collecting tasks/scripts from various places such as `scripts.config.js`
or even all the defined ones from `package.json`'s field `scripts`.
You can also pass `scripts.extends` and pass local javascript file
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ _(TOC generated by [verb](https://github.com/verbose/verb) using [markdown-toc](

## Install

This project requires [**Node.js**](https://nodejs.org) **^8.11.0 || >=10.13.0**. Install it using
This project requires [**Node.js**](https://nodejs.org) **^8.10.0 || >=10.13.0**. Install it using
[**yarn**](https://yarnpkg.com) or [**npm**](https://npmjs.com).
_We highly recommend to use Yarn when you think to contribute to this project._

Expand Down Expand Up @@ -118,7 +118,7 @@ _Generated using [docks](http://npm.im/docks)._

### [src/index.js](/src/index.js)

#### [scripts](/src/index.js#L20)
#### [scripts](/src/index.js#L18)
Collecting tasks/scripts from various places such as `scripts.config.js`
or even all the defined ones from `package.json`'s field `scripts`.
You can also pass `scripts.extends` and pass local javascript file
Expand All @@ -138,13 +138,13 @@ or some npm module which in turn can be either CJS or ESM written.

## See Also

Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your
existance!
Some of these projects are used here or were inspiration for this one, others are just related. So, thanks for your existance!

- [asia](https://www.npmjs.com/package/asia): Blazingly fast, magical and minimalist testing framework, for Today and… [more](https://github.com/olstenlarck/asia#readme) | [homepage](https://github.com/olstenlarck/asia#readme "Blazingly fast, magical and minimalist testing framework, for Today and Tomorrow")
- [charlike](https://www.npmjs.com/package/charlike): Small & fast project scaffolder with sane defaults. Supports hundreds… [more](https://github.com/tunnckoCoreLabs/charlike) | [homepage](https://github.com/tunnckoCoreLabs/charlike "Small & fast project scaffolder with sane defaults. Supports hundreds of template engines through the @JSTransformers API or if you want custom `render` function passed through options")
- [charlike](https://www.npmjs.com/package/charlike): Small, fast and streaming project scaffolder with support for hundreds… [more](https://github.com/tunnckoCoreLabs/charlike) | [homepage](https://github.com/tunnckoCoreLabs/charlike "Small, fast and streaming project scaffolder with support for hundreds of template engines and sane defaults")
- [docks](https://www.npmjs.com/package/docks): Extensible system for parsing and generating documentation. It just freaking… [more](https://github.com/tunnckoCore/docks) | [homepage](https://github.com/tunnckoCore/docks "Extensible system for parsing and generating documentation. It just freaking works!")
- [gitcommit](https://www.npmjs.com/package/gitcommit): Lightweight and joyful `git commit` replacement. Conventional Commits compliant. | [homepage](https://github.com/tunnckoCore/gitcommit "Lightweight and joyful `git commit` replacement. Conventional Commits compliant.")
- [new-release](https://www.npmjs.com/package/new-release): A stable alternative to [semantic-release][]. Only handles NPM publishing and… [more](https://github.com/tunnckoCore/new-release#readme) | [homepage](https://github.com/tunnckoCore/new-release#readme "A stable alternative to [semantic-release][]. Only handles NPM publishing and nothing more. For creating GitHub releases use the Semantic Release GitHub App")
- [new-release](https://www.npmjs.com/package/new-release): MIRROR] Publish project to NPM following Conventional Commits specification and… [more](https://github.com/tunnckoCoreLabs/new-release) | [homepage](https://github.com/tunnckoCoreLabs/new-release "[MIRROR] Publish project to NPM following Conventional Commits specification and SemVer. Uses git-commits-since for detecting git commits since last SemVer tag and detect-next-version for what next version bump should be.")

**[back to top](#thetop)**

Expand Down
Loading

0 comments on commit 6c2120d

Please sign in to comment.