angryobject / cpcfg

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DEPRECATED

See this instead.

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

About

License:MIT License


Languages

Language:JavaScript 100.0%