screwdriver-quickstart-nodejs
v1.0.0
Published
A quickstart repository, which serves as an example of how to use Screwdriver with NodeJS
Downloads
6
Maintainers
Readme
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