1.0.0 • Published 6 years ago

screwdriver-quickstart-nodejs v1.0.0

Weekly downloads
7
License
BSD-3-Clause
Repository
github
Last release
6 years ago

quickstart-nodejs

Node.js sample application for Screwdriver

Pipeline

Fail to Publish

The publish job is properly defined in the screwdriver.yaml. The package is purposely configured to fail.

Given that this package is basic, we don't want to flood the NPM Registry with quickstart modules. The included package.json file contains a private: true flag to safeguard against publishing to the NPM Registry.

Dev

Requirements

  • NodeJS
  • NPM (included in the NodeJS package)

Install dependencies

$ npm install

Run tests

$ npm test