2.1.0 • Published 7 years ago

ecc-dotfiles v2.1.0

Weekly downloads
2
License
GPL-3.0
Repository
github
Last release
7 years ago

dotfiles

This repository provides common files for elds-ui javascript repositories:

  • .babelrc configuration
  • .eslintrc configuration
  • .editorconfig configuration
  • Several files are added to .npmignore and .gitignore files between a #START and an #END tag.
  • .gitlab configuration folder is copied to the current project

To use this package simply install it as a dev dependency and run it afterwards:

npm install --save-dev ecc-dotfiles
node_modules/.bin/ecc-link-dotfiles

or add it as an init script to the package.json to run it after each npm install

{
  "name": "example",
  "version": "6.2.0",
  "scripts": {
    "init": "ecc-link-dotfiles",
    "prepublish": "npm run init && npm run build"
  },
  "devDependencies": {
    "ecc-dotfiles": "^1.6.0"
  }
}
2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

7 years ago

1.12.0

7 years ago

1.11.0

7 years ago

1.10.0

7 years ago

1.9.1

7 years ago

1.9.0

7 years ago

1.8.0

8 years ago

1.7.1

8 years ago

1.7.0

8 years ago

1.6.0

8 years ago

1.5.2

8 years ago

1.5.1

8 years ago

1.5.0

8 years ago

1.4.1

8 years ago