gitploy

0.1.0 • Public • Published

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

/gitploy/

    Package Sidebar

    Install

    npm i gitploy

    Weekly Downloads

    3

    Version

    0.1.0

    License

    MIT

    Last publish

    Collaborators

    • remarkablemark