0.1.0 • Published 8 years ago
gitploy v0.1.0
gitploy
CLI that deploys directory to remote Git branch:
gitploy <directory> <branch>Installation
NPM:
# global
npm install --global gitploy
# local
npm install gitployYarn:
# global
yarn global add gitploy
# local
yarn add gitployUsage
If gitploy is installed globally:
gitploy directory branchIf gitploy is installed locally:
# with npx
npx gitploy directory branch
# with binary
node_modules/.bin/gitploy directory branch # $(npm bin)/gitploy directory branchTesting
$ npm test
$ npm run lint:fixLicense
0.1.0
8 years ago
