1.0.10 • Published 8 years ago

pullme v1.0.10

Weekly downloads
1
License
MIT
Repository
-
Last release
8 years ago

pullMe

Auto pulls for github public or private repos. It designed for your simple test environment. Checks github api, when push time changes, pulls the commit

Installation

npm i pullme -g

Usage

  • cd /root/myProjectDirectory

  • create .pullMe file

  • type this data in .pullMe file (file must be formatted with json)

{
    "repository": "YOUR_ACCOUNT_NAME/REPOSITORY_NAME",
    "accessToken": "YOUR_ACCESS_TOKEN", // not required for public
    "gitPull": "origin master", // default
}
  • run pullme command in shell

Other process calls

This options helps your environment stable

{
    "beforePull": "kill yourprocess..",
    "afterPull": ["npm install", "npm start"]
}
1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago