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

bucharest-gold/automatic-pancake

Repository files navigation

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