Skip to content

Repository files navigation

gitploy

NPM

NPM versionBuild StatusCoverage 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

About

🚀 Deploy a directory to a remote Git branch.

Topics

Resources

Code of conduct

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages