0.0.3 • Published 6 years ago

cpcfg v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

cpcfg

Copy config files boilerplates to current directory

Avaliable presets & included files:

package

package.json

npm

.npmignore

git

.gitignore
.gitattributes

editor

.editorconfig

readme

readme.md
license

lint

.prettierrc
.eslintrc

test

jest.config.js

compilers

.babelrc
postcss.config.js
.posthtmlrc
.browserlistrc

bundlers

Install

npm i -g cpcfg

Usage

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
0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago