0.1.0 • Published 6 years ago

gitploy v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

gitploy

NPM

NPM version Build Status Coverage Status

CLI that deploys directory to remote Git branch:

gitploy <directory> <branch>

Installation

NPM:

# global
npm install --global gitploy

# local
npm install gitploy

Yarn:

# global
yarn global add gitploy

# local
yarn add gitploy

Usage

If gitploy is installed globally:

gitploy directory branch

If gitploy is installed locally:

# with npx
npx gitploy directory branch

# with binary
node_modules/.bin/gitploy directory branch # $(npm bin)/gitploy directory branch

Testing

$ npm test
$ npm run lint:fix

License

MIT