Skip to content

Filbird/quickstart-nodejs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%