Skip to content
This repository was archived by the owner on Feb 8, 2020. It is now read-only.

Commit

Permalink
fix(ci): update readme badges and CircleCI config
Browse files Browse the repository at this point in the history
TAG: latest
  • Loading branch information
Charlike Mike Reagent committed Mar 5, 2018
1 parent 782ae97 commit 9b47508
Show file tree
Hide file tree
Showing 5 changed files with 157 additions and 115 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ version: 2
defaults: &defaults
working_directory: ~/parse-function
docker:
- image: circleci/node:6
- image: circleci/node:8

restore_modules_cache: &restore_modules_cache
restore_cache:
Expand All @@ -20,8 +20,8 @@ jobs:
- checkout
- *restore_modules_cache
- run:
name: Installing dependencies
command: yarn add -D npx@latest && npx -p node@8 yarn install
name: Installing Dependencies
command: yarn install
- save_cache:
key: parse-function-{{ checksum "yarn.lock" }}
paths: node_modules
Expand All @@ -48,10 +48,10 @@ jobs:
- *restore_modules_cache
- run:
name: Building dist files
command: yarn add -D npx@latest && npx -p node@8 yarn build
command: yarn build
- run:
name: Releasing and publishing
command: yarn add -D npx@latest && npx -p node@8 new-release
command: yarn run release

workflows:
version: 2
Expand Down
111 changes: 74 additions & 37 deletions .verb.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<img align="center" src="https://cdn.jsdelivr.net/emojione/assets/svg/1f54e.svg" width="256" height="256" alt="Parse a function">
</p>

# {%= name %} [![npm version][npmv-img]][npmv-url] [![github release][github-release-img]][github-release-url] [![mit License][license-img]][license-url] [![NPM Downloads Weekly][downloads-weekly-img]][downloads-weekly-url] [![NPM Downloads Total][downloads-total-img]][downloads-total-url]
# {%= name %} [![npm version][npmv-img]][npmv-url] [![github release][github-release-img]][github-release-url] [![License][license-img]][license-url]

> {%= description %}
Expand All @@ -13,20 +13,30 @@
## Quality Assurance :100:

[![Code Style Standard][standard-img]][standard-url]
[![Linux Build][travis-img]][travis-url]
[![Linux Build][circleci-img]][circleci-url]
[![Code Coverage][codecov-img]][codecov-url]
[![Dependencies Status][dependencies-img]][dependencies-url]
[![Renovate App Status][renovate-img]][renovate-url]

If you have any _how-to_ kind of questions, please read [Code of Conduct](./CODE_OF_CONDUCT.md) and **join the chat** room or [open an issue][open-issue-url].
You may also read the [Contributing Guide](./CONTRIBUTING.md). There, beside _"How to contribute?"_, we describe everything **_stated_** by the badges.

[![tunnckoCore support][gitterchat-img]][gitterchat-url]
[![Make A Pull Request][prs-welcome-img]][prs-welcome-url]
[![Code Format Prettier][prettier-img]][prettier-url]
[![node security status][nodesecurity-img]][nodesecurity-url]
[![conventional Commits][ccommits-img]][ccommits-url]
[![semantic release][semantic-release-img]][semantic-release-url]
[![Node Version Required][nodeversion-img]][nodeversion-url]
[![Node Security Status][nodesecurity-img]][nodesecurity-url]
[![Conventional Commits][ccommits-img]][ccommits-url]
[![Semantically Released][new-release-img]][new-release-url]
[![Renovate App Status][renovate-img]][renovate-url]

Project is [semantically](https://semver.org) & automatically released on [CircleCI][codecov-url] with [new-release][] and its [New Release](https://github.com/apps/new-release) Github Bot.

[![All Contributors Spec][all-contributors-img]](#contributors)
[![Newsletter Subscribe][tinyletter-img]][tinyletter-url]
[![Give thanks][give-donate-img]][give-donate-url]
[![Share Love Tweet][share-love-img]][share-love-url]
[![NPM Downloads Weekly][downloads-weekly-img]][npmv-url]
[![NPM Downloads Monthly][downloads-monthly-img]][npmv-url]
[![NPM Downloads Total][downloads-total-img]][npmv-url]

## Features

Expand All @@ -38,7 +48,7 @@ You may also read the [Contributing Guide](./CONTRIBUTING.md). There, beside _"H
- **Customization:** allows switching the parser, through `options.parse`
- **Support for:** arrow functions, default parameters, generators and async/await functions
- **Stable:** battle-tested in production and against all parsers - [espree][], [acorn][], [babylon][]
- **Tested:** with [370+ tests](./test.js) for _200%_ coverage
- **Tested:** with [450+ tests](./test.js) for _200%_ coverage

## Table of Contents
<!-- toc -->
Expand Down Expand Up @@ -213,65 +223,92 @@ Please read the [Contributing Guide](./CONTRIBUTING.md) and [Code of Conduct](./
***

{%= include('footer') %}
Project scaffolded and managed with [hela][].
_Project automation and management with [hela][] task framework._

{%= reflinks(verb.reflinks) %}


<!-- Heading badges -->
[npmv-url]: https://www.npmjs.com/package/{%= name %}
[npmv-img]: https://img.shields.io/npm/v/{%= name %}.svg
[npmv-img]: https://img.shields.io/npm/v/{%= name %}.svg?label=npm%20version

[open-issue-url]: https://github.com/{%= repository %}/issues/new
[github-release-url]: https://github.com/{%= repository %}/releases/latest
[github-release-img]: https://img.shields.io/github/release/{%= repository %}.svg
[github-release-img]: https://img.shields.io/github/release/{%= repository %}.svg?label=github%20release

[license-url]: https://github.com/{%= repository %}/blob/master/LICENSE
[license-img]: https://img.shields.io/badge/license-{%= license.replace('-', ' ') %}-blue.svg

[downloads-weekly-url]: https://www.npmjs.com/package/{%= name %}
[downloads-weekly-img]: https://img.shields.io/npm/dw/{%= name %}.svg

[downloads-total-url]: https://www.npmjs.com/package/{%= name %}
[downloads-total-img]: https://img.shields.io/npm/dt/{%= name %}.svg
[license-img]: https://img.shields.io/badge/license-{%= license.replace('-', '%20') %}-blue.svg
<!-- [license-img]: https://img.shields.io/badge/license-tunnckoCore_1%2E0-blue.svg -->

<!-- Front line badges -->
[codeclimate-url]: https://codeclimate.com/github/{%= repository %}
[codeclimate-img]: https://img.shields.io/codeclimate/github/{%= repository %}.svg
[bithound-score-url]: https://www.bithound.io/github/{%= repository %}
[bithound-score-img]: https://www.bithound.io/github/{%= repository %}/badges/score.svg

[standard-url]: https://github.com/standard/standard
[standard-img]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
[bithound-code-url]: https://www.bithound.io/github/{%= repository %}
[bithound-code-img]: https://www.bithound.io/github/{%= repository %}/badges/code.svg

[standard-url]: https://github.com/airbnb/javascript
[standard-img]: https://img.shields.io/badge/code_style-airbnb-brightgreen.svg

[travis-url]: https://travis-ci.org/{%= repository %}
[travis-img]: https://img.shields.io/travis/{%= repository %}/master.svg?label=linux
[circleci-url]: https://circleci.com/gh/{%= repository %}/tree/master
[circleci-img]: https://img.shields.io/circleci/project/github/{%= repository %}/master.svg

[codecov-url]: https://codecov.io/gh/{%= repository %}
[codecov-img]: https://img.shields.io/codecov/c/github/{%= repository %}/master.svg

[bithound-deps-url]: https://www.bithound.io/github/{%= repository %}/dependencies/npm
[bithound-deps-img]: https://www.bithound.io/github/{%= repository %}/badges/dependencies.svg

[dependencies-url]: https://david-dm.org/{%= repository %}
[dependencies-img]: https://img.shields.io/david/{%= repository %}.svg

[renovate-url]: https://renovateapp.com
[renovate-img]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg

<!-- Second front of badges -->

[gitterchat-url]: https://gitter.im/tunnckoCore/support
[gitterchat-img]: https://img.shields.io/gitter/room/tunnckoCore/support.svg
[prs-welcome-img]: https://img.shields.io/badge/PRs-welcome-brightgreen.svg
[prs-welcome-url]: http://makeapullrequest.com

[prettier-url]: https://github.com/prettier/prettier
[prettier-img]: https://img.shields.io/badge/styled_with-prettier-f952a5.svg

[nodesecurity-url]: https://nodesecurity.io/orgs/tunnckocore/projects/{%= nspId %}
[nodesecurity-url]: https://nodesecurity.io/orgs/tunnckocore/projects/{%= nspId %}/master
[nodesecurity-img]: https://nodesecurity.io/orgs/tunnckocore/projects/{%= nspId %}/badge
<!-- the original color of nsp:
[nodesec-img]: https://img.shields.io/badge/nsp-no_known_vulns-35a9e0.svg -->

[semantic-release-url]: https://github.com/apps/new-release
[semantic-release-img]: https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-new--release-e10079.svg

[ccommits-url]: https://conventionalcommits.org/
[ccommits-img]: https://img.shields.io/badge/conventional_commits-1.0.0-yellow.svg

[new-release-url]: https://github.com/tunnckoCore/new-release
[new-release-img]: https://img.shields.io/badge/semantically-released-05C5FF.svg

[nodeversion-url]: https://nodejs.org/en/download
[nodeversion-img]: https://img.shields.io/node/v/{%= name %}.svg
[nodeversion-img]: https://img.shields.io/node/v/{%= name %}.svg

[renovate-url]: https://renovateapp.com
[renovate-img]: https://img.shields.io/badge/renovate-enabled-brightgreen.svg


<!-- Third badges line (After CodeSponsor.io ad) -->
[all-contributors-img]: https://img.shields.io/github/contributors/{%= repository %}.svg?label=all%20contributors&colorB=ffa500

[tinyletter-url]: https://tinyletter.com/tunnckoCore
[tinyletter-img]: https://img.shields.io/badge/join-newsletter-9caaf8.svg
<!--
[paypal-donate-url]: https://paypal.me/tunnckoCore/10
[paypal-donate-img]: https://img.shields.io/badge/$-support-f47721.svg
-->
[give-donate-url]: https://paypal.me/tunnckoCore/10
[give-donate-img]: https://img.shields.io/badge/give-donation-f47721.svg

[downloads-weekly-img]: https://img.shields.io/npm/dw/{%= name %}.svg
[downloads-monthly-img]: https://img.shields.io/npm/dm/{%= name %}.svg
[downloads-total-img]: https://img.shields.io/npm/dt/{%= name %}.svg


<!-- Miscellaneous -->
[share-love-url]: https://twitter.com/intent/tweet?text={%= encodeURI(homepage) %}&via=tunnckoCore
[share-love-img]: https://img.shields.io/badge/tweet-about-1da1f2.svg

[open-issue-url]: https://github.com/{%= repository %}/issues/new
[highlighted-link]: https://ghub.now.sh/{%= verb.related.highlight %}
[author-link]: https://i.am.charlike.online

[standard-url]: https://github.com/standard/standard
[standard-img]: https://img.shields.io/badge/code_style-standard-brightgreen.svg
35 changes: 0 additions & 35 deletions .xxxtravis.yml

This file was deleted.

Loading

0 comments on commit 9b47508

Please sign in to comment.