1.0.2 • Published 6 years ago

@interfirm/configs v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

INTERFIRM Configs

NPM version CircleCI

This repository manages common config files for INTERFIRM projects. All config files are in /templates directory.

Usage

  1. Edit @interfirm/configs entry in package.json.
  2. Install via npm or yarn:
npm install --save-dev @interfirm/configs
yarn add --dev @interfirm/configs

This package automatically copies config files to the installed repository when downloaded into your node_modules.

Configuration

"key": boolean || [boolean, destinationPath]

Default configuration:

{
  "@interfirm/configs": {
    "reek": true,
    "codeclimate": true,
    "rubocop": true,
    "editorconfig": true
  }
}

If you omit destinationPath, config files are copied to default path.

Available config files

service/toolkeydefault path
Reekreek.reek.yml
Code Climatecodeclimate.codeclimate.yml
RuboCoprubocop.rubocop.yml
EditorConfigeditorconfig.editorconfig

Release

  1. Run yarn version command.
  2. Push new tag to remote repository.
  3. New version will be published by Travis automatically.

Example:

git checkout master
git pull
yarn version
git push --follow-tags
1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago

0.12.0

7 years ago

0.11.0

7 years ago

0.9.0

7 years ago

0.8.0

7 years ago

0.7.0

7 years ago

0.6.0

8 years ago

0.5.0

8 years ago

0.4.0

8 years ago

0.3.0

8 years ago

0.2.2

8 years ago

0.2.1

8 years ago

0.2.0

8 years ago

0.1.8

8 years ago

0.1.7

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago

0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago

0.0.0

8 years ago