0.0.3 • Published 8 years ago
cpcfg v0.0.3
cpcfg
Copy config files boilerplates to current directory
Avaliable presets & included files:
package
package.jsonnpm
.npmignoregit
.gitignore
.gitattributeseditor
.editorconfigreadme
readme.md
licenselint
.prettierrc
.eslintrctest
jest.config.jscompilers
.babelrc
postcss.config.js
.posthtmlrc
.browserlistrcbundlers
Install
npm i -g cpcfgUsage
cpcfg <name>For example:
# copy `.gitignore` and `.gitattributes`:
cpfgf git
# copy `.editorconfig`:
cpfgf editor
# copy `.editorconfig`, `.gitignore`, `.gitattributes`, `readme.md` and `license`:
cpfgf editor git readme