Closed arthurvr closed 9 years ago
:+1:
@kevva Any ideas how we can make $ curl -fsSL https://github.com/sindresorhus/node-module-boilerplate/archive/master.tar.gz | tar -xz --strip-components 2
target only one of the folders?
Yeah, this should do it:
$ curl -fsSL https://github.com/sindresorhus/node-module-boilerplate/archive/master.tar.gz | tar -xz node-module-boilerplate-master/cli-boilerplate --strip-components 2
@kevva Awesome!
Fix https://github.com/sindresorhus/node-module-boilerplate/issues/1. Same as the yeoman generator, in the
cli-boilerplate
folder.