1.0.10 • Published 10 years ago

pullme v1.0.10

Weekly downloads
1
License
MIT
Repository
-
Last release
10 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

10 years ago

1.0.9

10 years ago

1.0.8

10 years ago

1.0.7

10 years ago

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago