https://github.com/rusty1s/js-dev-utils
https://github.com/rusty1s/js-dev-utils
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/rusty1s/js-dev-utils
- Owner: rusty1s
- License: mit
- Created: 2017-07-13T20:36:08.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-24T17:47:36.000Z (almost 9 years ago)
- Last Synced: 2025-02-08T08:47:41.657Z (over 1 year ago)
- Language: JavaScript
- Size: 355 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 
[](https://www.npmjs.com/package/js-dev-utils)
[](https://codecov.io/github/rusty1s/js-dev-utils)
[](https://codeclimate.com/github/rusty1s/js-dev-utils)
[](https://codeclimate.com/github/rusty1s/js-dev-utils/issues)
| Linux/MacOS | Windows |
|-------------|:-------:|
| [](https://travis-ci.org/rusty1s/js-dev-utils) | [](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)