Skip to content
This repository was archived by the owner on Oct 15, 2018. It is now read-only.

Latest commit

 

History

History
47 lines (34 loc) · 1.13 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.13 KB

automatic-pancake

Coverage Status Build Status dependencies Status

A kind of blank project.

Project Info
License: Apache-2.0
Build: make
Documentation: N/A
Issue tracker: https://github.com/bucharest-gold/automatic-pancake/issues
Engines: Node.js 4.x, 5.x, 6.x

Usage

node index.js

Running unit tests

make test

Running integration tests

./scripts/start-server.sh
make integration
./scripts/stop-server.sh

Running all tests

./scripts/start-server.sh
make ci
./scripts/stop-server.sh

Contributing

Please read the contributing guide