https://github.com/kcmerrill/checkpoints
A simple script that allows multiple scripts to run. Useful for debugging scripts that have multiple stages.
https://github.com/kcmerrill/checkpoints
Last synced: 3 months ago
JSON representation
A simple script that allows multiple scripts to run. Useful for debugging scripts that have multiple stages.
- Host: GitHub
- URL: https://github.com/kcmerrill/checkpoints
- Owner: kcmerrill
- Created: 2013-01-08T04:13:01.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-08T04:49:47.000Z (over 12 years ago)
- Last Synced: 2025-01-26T17:11:20.909Z (5 months ago)
- Language: PHP
- Size: 117 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Checkpoints
Useful if you have a peicemeal script that takes a while to run. Lets say you're debugging step 3 of a total of 10, you only need each step to run once, and step 3 keeps on failing. No need to run step 1 or 2 again. Depending on how your script is setup, you might have to comment out code, run pieces of code snippets seperatly ect.Or lets say your scripts have run succesfully but you need to run step x again but not the rest?
Simply delete the associated checkpoint, and rerun your checkpoints. If the checkpoint exists, it'll continue on until all checkpoints are run.
[](https://travis-ci.org/kcmerrill/checkpoints)