schedulejs

0.6.3 • Public • Published

Schedule v0.6.2 Build Status

Schedule is a library for scheduling a set of tasks with complex dependencies that require a set of resources to complete. Takes advantage of Later schedules to provide incredible flexibility on when tasks are scheduled and when resources can be reserved.

Types of schedules supported by Schedule:

  • Schedule a set of work items across developers with different schedules
  • Manage elevator reservations for an apartment building
  • Schedule the company ping pong tournment

For complete documentation visit http://bunkat.github.io/schedule/.

Installation

Using npm:

$ npm install schedulejs

Using bower:

$ bower install later
$ bower install schedule

Building

To build the minified javascript files for schedule, run npm install to install dependencies and then:

$ make build

Running tests

To run the tests for schedule, run npm install to install dependencies and then:

$ make test

Versioning

Releases will be numbered with the following format:

<major>.<minor>.<patch>

And constructed with the following guidelines:

  • Breaking backward compatibility bumps the major (and resets the minor and patch)
  • New additions without breaking backward compatibility bumps the minor (and resets the patch)
  • Bug fixes and misc changes bumps the patch

For more information on SemVer, please visit http://semver.org/.

Bug tracker

Have a bug or a feature request? Please open a new issue.

Change Log

Schedule v0.6.0

  • First documented release.

Readme

Keywords

none

Package Sidebar

Install

npm i schedulejs

Weekly Downloads

129

Version

0.6.3

License

none

Last publish

Collaborators

  • bunkat