@guobin211/dot-config
v0.1.3
Published
read config files from the `${project}/.config` directory
Downloads
6
Readme
.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/projectExamples
before:
.eslintcache
.eslintignore
.eslintrc.js
.gitignore
.npmrc
.prettierrc.js
README.md
package.json
postcss.config.js
stylelint.config.jsafter:
.config
.gitignore
README.md
package.jsonSupport Config Files
- eslint
- prettier
- stylelint
- postcss
- nvm
