Skip to content

Commit

Permalink
Merge pull request #9 from yeutech-lab/dev
Browse files Browse the repository at this point in the history
fix(intro): fix introduction
  • Loading branch information
kopax authored Jun 27, 2018
2 parents f06679a + c3f6717 commit 6c5c8bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 13 deletions.
11 changes: 0 additions & 11 deletions docs/introduction.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,3 @@
[![Build Status](https://travis-ci.org/yeutech-lab/accept-dot-path.svg?branch=master)](https://travis-ci.org/yeutech-lab/accept-dot-path) ![image](https://img.shields.io/badge/version-$PACKAGE_VERSION-green.svg) [![npm Version](https://img.shields.io/npm/v/@yeutech-lab/accept-dot-path.svg?style=flat)](https://www.npmjs.com/package/@yeutech-lab/accept-dot-path) [![License](https://img.shields.io/npm/l/@yeutech-lab/accept-dot-path.svg?style=flat)](https://www.npmjs.com/package/@yeutech-lab/accept-dot-path) [![NPM monthly downloads](https://img.shields.io/npm/dm/@yeutech-lab/accept-dot-path.svg?style=flat)](https://npmjs.org/package/@yeutech-lab/accept-dot-path) [![NPM total downloads](https://img.shields.io/npm/dt/@yeutech-lab/accept-dot-path.svg?style=flat)](https://npmjs.org/package/@yeutech-lab/accept-dot-path) [![npm Version](https://img.shields.io/node/v/@yeutech-lab/accept-dot-path.svg?style=flat)](https://www.npmjs.com/package/@yeutech-lab/accept-dot-path) [![Module formats](https://img.shields.io/badge/module%20formats-umd%2C%20cjs%2C%20esm-green.svg?style=flat)](https://www.npmjs.com/package/@yeutech-lab/accept-dot-path)
[![Bugs](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=bugs)](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=bugs)
[![Code smells](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=code_smells)](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=code_smells)
[![Coverage](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=coverage)](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=coverage)
[![Duplicate lines (%)](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=duplicated_lines_density)](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=duplicated_lines_density)
[![Lines of code](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=ncloc)](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=ncloc)
[![Maintainability rating](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=sqale_rating)](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=sqale_rating)
[![Quality gate status](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=alert_status)](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=alert_status)
[![Reliability rating](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=reliability_rating)](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=reliability_rating)
[![Security rating](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=security_rating)](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=security_rating)
[![Technical debt](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=sqale_index)](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=sqale_index)
[![Vulnerabilities](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=vulnerabilities)](https://sonarcloud.io/api/project_badges/measure?project=com.github.yeutech-lab.accept-dot-path&metric=vulnerabilities)

accept-dot-path is a simple function that accept all path starting with dot(s).
4 changes: 2 additions & 2 deletions styleguide/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#!/usr/bin/env bash

npx rollup-umd-scripts doc variable \
PACKAGE_NAME=${PACKAGE_NAME} \
PACKAGE_NAME=$(node -p "require('./package.json').name") \
PACKAGE_PEERS="$(npx rollup-umd-scripts peer npm-install-cmd)" \
PACKAGE_VERSION=${PACKAGE_VERSION} \
PACKAGE_VERSION=$$(node -p "require('./package.json').version") \
NODE_VERSION=${NODE_VERSION} \
NPM_VERSION=${NPM_VERSION} \
CI_REPOSITORY_URL="https://github.com/${TRAVIS_REPO_SLUG}.git" \
Expand Down

0 comments on commit 6c5c8bf

Please # to comment.