JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 33
  • Score
    100M100P100Q47399F
  • License MIT

assemble a team of hackers to build an application

Package Exports

  • shipboard

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (shipboard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

shipboard

build and plan software projects in tiny pieces

View the demo.

install

npm install -g shipboard

usage

$ shipboard -p 9000
Listening on :9000

Then open up http://localhost:9000.

status

Still early! Very incomplete. Many bugs. Wow.

workflow

Work is broken up into tasks. Each task can depend on other tasks as dependencies.

To create groups of tasks, add tags to individual tasks.

On tag pages, you'll see a gantt chart for the tagged tasks along with unfinished tasks in the dependency graph.

todo

  • tag tasks with "working on" status for users (cookie lickers)
  • set tasks as finished

license

MIT