1.0.7 • Published 7 years ago

@englercj/code-style v1.0.7

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

code-style

My common code style files

Install

# clone the repo to /tmp
git clone https://github.com/englercj/code-style.git /tmp/code-style &&

# copy the dotfiles over (but not .git, readme, or the folder itself)
find /tmp/code-style/ ! \( -path "*.git" -o -path "*.git/*" -o -name "README.md" -o -path "/tmp/code-style/" \) -exec cp {} . \; &&

# remove the cloned folder
rm -rf /tmp/code-style/
1.0.7

7 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago