1.0.2 • Published 6 years ago
@interfirm/configs v1.0.2
INTERFIRM Configs
This repository manages common config files for INTERFIRM projects.
All config files are in /templates directory.
Usage
- Edit
@interfirm/configsentry inpackage.json. - Install via
npmoryarn:
npm install --save-dev @interfirm/configsyarn add --dev @interfirm/configsThis 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/tool | key | default path |
|---|---|---|
| Reek | reek | .reek.yml |
| Code Climate | codeclimate | .codeclimate.yml |
| RuboCop | rubocop | .rubocop.yml |
| EditorConfig | editorconfig | .editorconfig |
Release
- Run
yarn versioncommand. - Push new tag to remote repository.
- New version will be published by Travis automatically.
Example:
git checkout master
git pull
yarn version
git push --follow-tags1.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
8 years ago
0.8.0
8 years ago
0.7.0
8 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
9 years ago
0.2.0
9 years ago
0.1.8
9 years ago
0.1.7
9 years ago
0.1.6
9 years ago
0.1.5
9 years ago
0.1.4
9 years ago
0.1.3
9 years ago
0.1.2
9 years ago
0.1.1
9 years ago
0.1.0
9 years ago
0.0.3
9 years ago
0.0.2
9 years ago
0.0.1
9 years ago
0.0.0
9 years ago