0.1.0 • Published 4 years ago

subatomic-elements v0.1.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

Piggle

npm.io npm JavaScript Style Guide

Define long-running tasks as javascript generator functions. Ensure there's a yield after each important change.

Piggle will then execute those tasks ensuring that any transitory failures are retries automatically.

If the long-running task cannot be completed then it will output the current progress as an object. You can store this object in a database, and you can pass this object back to Piggle to have it resume the task from wherever it left off.

There's a good piggle!

installation

npm install piggle

Development

Code base adheres to the rules chosen by https://standardjs.com/. Code is formatted with 2 spaces.

Tests are written using Jest with 100% coverage.

npm test

Continuous Integration and Deployment

Any pushes or pull-requests on non-master branches will trigger the test runner. Any pushes to master will cause the library to be re-published.

0.1.0

4 years ago

0.1.4

4 years ago

0.0.9

4 years ago

0.0.8

4 years ago

0.0.7

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago