Skip to content

Commit

Permalink
improvement: change the headline
Browse files Browse the repository at this point in the history
  • Loading branch information
NoriSte committed Oct 14, 2019
1 parent 42826c6 commit cf84126
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# nprr
npm run + autocomplete = nprr πŸš€
nprr: npm run + autocomplete πŸš€

[![Build Status](https://travis-ci.com/NoriSte/nprr.svg?branch=master)](https://travis-ci.com/NoriSte/nprr) [![Coverage Status](https://coveralls.io/repos/github/NoriSte/nprr/badge.svg?branch=master)](https://coveralls.io/github/NoriSte/nprr?branch=feature/nprr) [![Mutation testing badge](https://badge.stryker-mutator.io/github.com/NoriSte/nprr/master)](https://stryker-mutator.github.io) [![Build Cron](https://img.shields.io/badge/build%20cron-weekly-44cc11.svg)](https://travis-ci.com/NoriSte/nprr)
<br />[![Renovate enabled](https://img.shields.io/badge/renovate-enabled-brightgreen.svg)](https://renovatebot.com/) [![Commitizen friendly](https://img.shields.io/badge/commitizen-friendly-brightgreen.svg)](http://commitizen.github.io/cz-cli/) [![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release) [![Open Source Love](https://badges.frapsoft.com/os/mit/mit.svg?v=102)](https://github.com/ellerbrock/open-source-badge/)

## What is nprr?

Npr is an `npm run` enhancer! It runs the good `nprr run` programmatically (through `npm.run()`, not `child_process.exec()`) or let you choose the script to launch with autocomplete.
Npr is an `npm run` enhancer! It runs the good `npm run` programmatically (through `npm.run()`, not `child_process.exec()`) or let you choose the script to launch with autocomplete.

## Features

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "nprr",
"version": "1.0.0",
"description": "npm run + autocomplete = nprr πŸš€",
"description": "nprr: npm run + autocomplete πŸš€",
"main": "src/index.js",
"bin": {
"nprr": "./src/bin.js"
Expand Down

0 comments on commit cf84126

Please sign in to comment.