An open API service indexing awesome lists of open source software.

https://github.com/rusty1s/js-dev-utils


https://github.com/rusty1s/js-dev-utils

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# ![Development Utilities for JavaScript](https://user-images.githubusercontent.com/6945922/28385763-88dfedda-6cc9-11e7-8228-038b1b6caee7.png)

[![NPM](https://badge.fury.io/js/js-dev-utils.svg)](https://www.npmjs.com/package/js-dev-utils)
[![Code Coverage](https://codecov.io/gh/rusty1s/js-dev-utils/branch/master/graph/badge.svg)](https://codecov.io/github/rusty1s/js-dev-utils)
[![Code Climate](https://codeclimate.com/github/rusty1s/js-dev-utils/badges/gpa.svg)](https://codeclimate.com/github/rusty1s/js-dev-utils)
[![Code Climate Issues](https://codeclimate.com/github/rusty1s/js-dev-utils/badges/issue_count.svg)](https://codeclimate.com/github/rusty1s/js-dev-utils/issues)

| Linux/MacOS | Windows |
|-------------|:-------:|
| [![Build Status](https://travis-ci.org/rusty1s/js-dev-utils.svg)](https://travis-ci.org/rusty1s/js-dev-utils) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/rusty1s/js-dev-utils?svg=true)](https://ci.appveyor.com/project/rusty1s/js-dev-utils) |

## Install

```sh
yarn add --dev js-dev-utils
```

```sh
npm install --save-dev js-dev-utils
```

## Usage

* [Babel CLI](https://babeljs.io/docs/usage/cli/)
* [ESlint CLI](http://eslint.org/docs/user-guide/command-line-interface)
* [Stylelint CLI](https://github.com/stylelint/stylelint/blob/master/docs/user-guide/cli.md)
* [Webpack CLI](https://webpack.js.org/api/cli/)
* [Jest CLI](https://facebook.github.io/jest/docs/en/cli.html)
* [Markdownlint CLI](https://github.com/igorshubovych/markdownlint-cli#usage)