UNPKG

@codibre/confs

Version:

A simple package to centralize IDE configuration of all codibre's projects

29 lines (20 loc) 1.48 kB
## README [![Actions Status](https://github.com/Codibre/confs/workflows/build/badge.svg)](https://github.com/Codibre/confs/actions) [![Actions Status](https://github.com/Codibre/confs/workflows/test/badge.svg)](https://github.com/Codibre/confs/actions) [![Actions Status](https://github.com/Codibre/confs/workflows/lint/badge.svg)](https://github.com/Codibre/confs/actions) [![Test Coverage](https://api.codeclimate.com/v1/badges/786f2feef20063142467/test_coverage)](https://codeclimate.com/github/Codibre/confs/test_coverage) [![Maintainability](https://api.codeclimate.com/v1/badges/786f2feef20063142467/maintainability)](https://codeclimate.com/github/Codibre/confs/maintainability) [![Packages](https://david-dm.org/Codibre/confs.svg)](https://david-dm.org/Codibre/confs) [![npm version](https://badge.fury.io/js/%40codibre%2Fconfs.svg)](https://badge.fury.io/js/%40codibre%2Fconfs) This is just a simple package to centralize IDE configuration of all codibre's projects ### How do I get set up After installing it, just run ``` npx codibre-confs ``` You'll get instructions about each command you have at your disposal. We recommend you to install it in your project as a dev dependency, like this ``` npm install --save-dev codibre-confs ``` Basically, this package you create configuration files for nyc, mocha, tsconfig, eslint and others. It also bring all this packages together, but you can always install it by yourself to ensure a newer version, of course!