arehmandev / quickstart-nodejs

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

License:Other


Languages

Language:JavaScript 100.0%