0.1.3 • Published 2 years ago

@guobin211/dot-config v0.1.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

.config

read config files from the ${project}/.config directory, clean up your project files.

Usage

    npm i dot-config --save
    
    dot-config init -path=/home/xxx/project

Examples

before:

    .eslintcache
    .eslintignore
    .eslintrc.js
    .gitignore
    .npmrc
    .prettierrc.js
    README.md
    package.json
    postcss.config.js
    stylelint.config.js

after:

    .config
    .gitignore
    README.md
    package.json

Support Config Files

  • eslint
  • prettier
  • stylelint
  • postcss
  • nvm
0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago