Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

shippableSamples/sample_nodejs

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nodejs

This repository contains the files necessary to run a sample application in Node.js and to run CI tests on Shippable.

Contents: This repository has 6 files and the functions of each file are as follows:

  1. README.md - Contains an some basic conventions and guidelines to show the working of folder level caching.
  2. Shippable.yml - Configured for the language, version & to run a test during the CI step. http://docs.shippable.com/ci_configure/ gives you a detailed introduction on how to configure your CI on shippable.
  3. Package.json - Installs all the libraries mentioned in dependencies list when we run npm install command from the root of this folder. The npm install command creates a new folder called node_modules which contains all the libraries mentioned in the dependency list.
  4. index.js - Outputs "Welcome to Shippable" in a browser
  5. test.js - Configured to run a simple unit test to check the syntax of the index.js output
  6. Gruntfile.js - grunt file that loads express server and mocha Test
  7. xunit.xml -
  8. .gitignore - default file created at the time of creating this repository

About

A simple node.js app used in Shippable tutorials

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.