Skip to content

Instantly share code, notes, and snippets.

@britt
Created November 16, 2015 20:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save britt/789ef092acfc27cbb56f to your computer and use it in GitHub Desktop.
Save britt/789ef092acfc27cbb56f to your computer and use it in GitHub Desktop.
npm-execspawn execspawn +0ms echo hello world
npm-execspawn execspawn +13ms transform-uppercase
@britt
Copy link
Author

britt commented Nov 16, 2015

Here's the package.json as well.

{
  "name": "gasket-pipeline",
  "dependencies" : {
    "transform-uppercase": "1.0.0"
  },
  "gasket": {
    "example": [
      "echo hello world",
      "transform-uppercase"
    ]
  }
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment