1.0.0 • Published 3 years ago

@jaspero/quick-remote v1.0.0

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

semantic-release NPM Version

Quick Remote

Quickly clone a project and add a remote to it, pulling in source from a selected branch of the remote. This is most useful for starting new projects.

Install

npm i -g @jaspero/quick-remote

Example

qr r Jaspero/jms -p example

Options

ParamDescriptionTypeDefault
p/projectProject to clonestring-
n/nameName for the created remotestringdefaults to repo url
b/branchBranch from the remote to usestringmaster
f/forceAdds --allow-unrelated-histories when merging remotebooleantrue