mhulse / node-boilerplate-cli

A simple boilerplate starting point for Node.js command line projects.
Apache License 2.0
18 stars 9 forks source link

cURL dotfiles via installation script #11

Closed mhulse closed 5 years ago

mhulse commented 7 years ago
curl -#L https://github.com/mhulse/gh-boiler/tarball/master | tar -xzv --strip-components 1 --include=*/{.editorconfig,.gitattributes,.gitignore} --exclude=*/**/*

Rather than have the dotfiles be a part of this repo … Just remember to append nod_modules to the end of the .gitignore.

mhulse commented 5 years ago

Seems like overkill. Closing.