Skip to content

Build out passive compiler service using npm hooks #24

@rwaldron

Description

@rwaldron

http://blog.npmjs.org/post/145260155635/introducing-hooks-get-notifications-of-npm

Here's what needs to be created:

  • a "t2-compiler" npm user
  • register hooks on behalf of "t2-compiler" with wombat
    • must watch existing packages for compiled modules.
  • a server that handles incoming HTTP POST requests
    • parse payload
    • determine required action (needs compilation? is blacklisted? etc)
    • do cross compilation
    • store compilation result assets on packages host

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions