Skip to content

Latest commit

 

History

History
59 lines (43 loc) · 1.18 KB

File metadata and controls

59 lines (43 loc) · 1.18 KB

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